Color Hex Logo

#b84616 Color Hex

#B84616
(184,70,22)
0 Favorites   0 Comments

Color spaces of #b84616

RGB 1847022
HSL0.050.790.40
HSV18°88°72°
CMYK 0.000.620.88   0.28
XYZ22.102114.62862.4177
Yxy14.62860.56460.3737
Hunter Lab38.247436.217423.0253
CIE-Lab45.121344.015649.1675

#b84616 color RGB value is (184,70,22).

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

The process color (four color CMYK) of #b84616 color hex is 0.00, 0.62, 0.88, 0.28. Web safe color of #b84616 is #cc3300. Color #b84616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000110 00010110
Octal 270 106 26
Decimal 184 70 22
Hex B8 46 16

RGB Percentages of Color #b84616

%66.67
%25.36
%7.97

CMYK Percentages of Color #b84616

%0
%62
%88
%28

Triadic Colors of #b84616

#b84616 #16b846 #4616b8

Analogous Colors of #b84616

#b84616 #b89716 #b81637

Monochromatic Colors of #b84616

#b84616

Complementary Color

#b84616 #1688b8

#b84616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84616 Color CSS Codes

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

#b84616 Text Font Color

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

This sample text font color is #b84616
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.


#b84616 Background Color

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

This div background color is #b84616


#b84616 Border Color

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

This div border color is #b84616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84616


Comments

No comments written yet.

Please login to write comment.