Color Hex Logo

#b84223 Color Hex

#B84223
(184,66,35)
0 Favorites   0 Comments

Color spaces of #b84223

RGB 1846635
HSL0.030.680.43
HSV12°81°72°
CMYK 0.000.640.81   0.28
XYZ22.018814.20813.1720
Yxy14.20810.55890.3606
Hunter Lab37.693638.307221.3962
CIE-Lab44.529946.177742.8223

#b84223 color RGB value is (184,66,35).

#b84223 hex color red value is 184, green value is 66 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #b84223 hue: 0.03 , saturation: 0.68 and the lightness value of b84223 is 0.43.

The process color (four color CMYK) of #b84223 color hex is 0.00, 0.64, 0.81, 0.28. Web safe color of #b84223 is #cc3333. Color #b84223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000010 00100011
Octal 270 102 43
Decimal 184 66 35
Hex B8 42 23

RGB Percentages of Color #b84223

%64.56
%23.16
%12.28

CMYK Percentages of Color #b84223

%0
%64
%81
%28

Triadic Colors of #b84223

#b84223 #23b842 #4223b8

Analogous Colors of #b84223

#b84223 #b88d23 #b8234f

Monochromatic Colors of #b84223

#b84223

Complementary Color

#b84223 #2399b8

#b84223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84223 Color CSS Codes

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

#b84223 Text Font Color

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

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


#b84223 Background Color

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

This div background color is #b84223


#b84223 Border Color

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

This div border color is #b84223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84223


Comments

No comments written yet.

Please login to write comment.