COLOR #B4683B

HEX: #B4683B
RGB: (180,104,59)

Renk bilgisi

#B4683B contains mainly red color. #B4683B ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#B4683B color RGB value is (180,104,59).

  • kırmız ton 180;
  • yeşil ton 104;
  • mavi ton 59.
RGB:
(180,104,59)
(71%,41%,23%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 104 of 255 = 41%
B 59 of 255 = 23%

180
104
59

R + G + B ~ 45%. #B4683B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 104 + 59 = 343 (100%)
R 180 of 343 ~ 52.48%
G 104 of 343 ~ 30.32%
B 59 of 343 ~ 17.2%

%52.48
%30.32
%17.2

CMYK RENK MODELİ

#B4683B rengi CMYK tonu (0,42,67,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.22%
  • sarı tonu 67.22%
  • ana renk tonu 29.41%
CMYK:
(0,42,67,29)
C0M42Y67K29 
(0%,42%,67%,29%)
(0.00/0.42/0.67/0.29)	

CMYK yüzdeleri

%0
%42.22
%67.22
%29.41

Codes

Color #B4683B in popluar color models

B4683B
RGB18010459
HSL22°50.63%46.86%
HSB/HSV22°67.22%70.59%
CMYK0.00%42.22%67.22%
29.41%

Color #B4683B in popluar number systems.

HEXB4683B
Decimal18010459
Binary101101001101000111011
Octal26415073

Shades and tints

Shades of #B4683B

#B4683B
(180,104,59)
#A45F36
(164,95,54)
#945631
(148,86,49)
#844D2C
(132,77,44)
#744427
(116,68,39)
#643B22
(100,59,34)
#54321D
(84,50,29)
#442918
(68,41,24)
#342013
(52,32,19)
#24170E
(36,23,14)
#140E09
(20,14,9)
#000000
(0,0,0)

Tints of #B4683B

#B4683B
(180,104,59)
#BA754C
(186,117,76)
#C0825D
(192,130,93)
#C68F6E
(198,143,110)
#CC9C7F
(204,156,127)
#D2A990
(210,169,144)
#D8B6A1
(216,182,161)
#DEC3B2
(222,195,178)
#E4D0C3
(228,208,195)
#EADDD4
(234,221,212)
#F0EAE5
(240,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4683B color. Also use rgb(180,104,59) instead hex code.

Text Font Color

.myTextColor { color: #B4683B; }

<p style="color:#B4683B">This sample text font color is #B4683B.</p>

This text font color is #B4683B.


Background Color

.myBgColor { background-color: #B4683B; }

<div style="background-color:#B4683B">Inner text</div>

This div background color is #B4683B.


Border color

.myBorderColor { border: 1px solid #B4683B; }

<div style="border:3px solid #B4683B">Div</div>

This div border color is #B4683B.


Opacity

.myOpacity80 { color: #B4683B; opacity: 0.8; }

<p style="color:#B4683B;opacity:0.8;">80%</p>

Text with #B4683B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B4683B;}

<p style="text-shadow: 3px 3px 1px #B4683B">Text here.</p>

This text has shadow with #B4683B color.

.textShadow {text-shadow: 3px 3px 1px #B4683B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B4683B, 5px 5px 20px red">Text here.</p>

This text has shadow with #B4683B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4683B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B4683B, Direction=45, Strength=4)">Text</p>

This text has shadow with #B4683B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B4683B;
  -webkit-box-shadow:	1px 1px 3px 2px #B4683B;
  box-shadow:		1px 1px 3px 2px #B4683B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4683B;
-webkit-box-shadow: 1px 1px 3px 2px #B4683B;
box-shadow:1px 1px 3px 2px #B4683B;">
Div content here</div>
This div box has shadow with color #B4683B.

Preview

Color preview on black background

This text has color #B4683B on black background.


Color preview on white background

This text has color #B4683B on white background.



Black color preview on #B4683B background

This text has black color on #B4683B background.


White color preview on #B4683B background

This text has white color on #B4683B background.