Color Hex Logo

#b84513 Color Hex

#B84513
(184,69,19)
0 Favorites   0 Comments

Color spaces of #b84513

RGB 1846919
HSL0.050.810.40
HSV18°90°72°
CMYK 0.000.630.90   0.28
XYZ22.012814.49362.2534
Yxy14.49360.56790.3739
Hunter Lab38.070536.587523.1399
CIE-Lab44.932744.413950.1457

#b84513 color RGB value is (184,69,19).

#b84513 hex color red value is 184, green value is 69 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #b84513 hue: 0.05 , saturation: 0.81 and the lightness value of b84513 is 0.40.

The process color (four color CMYK) of #b84513 color hex is 0.00, 0.63, 0.90, 0.28. Web safe color of #b84513 is #cc3300. Color #b84513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000101 00010011
Octal 270 105 23
Decimal 184 69 19
Hex B8 45 13

RGB Percentages of Color #b84513

%67.65
%25.37
%6.99

CMYK Percentages of Color #b84513

%0
%63
%90
%28

Triadic Colors of #b84513

#b84513 #13b845 #4513b8

Analogous Colors of #b84513

#b84513 #b89813 #b81333

Monochromatic Colors of #b84513

#b84513

Complementary Color

#b84513 #1386b8

#b84513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84513 Color CSS Codes

.mybgcolor {background-color:#b84513; } 
.myforecolor {color:#b84513; }
.mybordercolor {border:3px solid #b84513; }

#b84513 Text Font Color

<p style="color:#b84513">Text here</p>

This sample text font color is #b84513
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b84513 Background Color

<div style="background-color:#b84513">
Div content here</div>

This div background color is #b84513


#b84513 Border Color

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

This div border color is #b84513


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,69,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b84513; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b84513;
  -webkit-box-shadow: 1px 1px 3px 2px #b84513;
  box-shadow:         1px 1px 3px 2px #b84513; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,69,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b84513">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b84513;
  -webkit-box-shadow: 1px 1px 3px 2px #b84513;
  box-shadow:         1px 1px 3px 2px #b84513;">
Div content here</div>

This div box has shadow with color #b84513


Comments

No comments written yet.

Please login to write comment.