Color Hex Logo

#b84221 Color Hex

#B84221
(184,66,33)
0 Favorites   0 Comments

Color spaces of #b84221

RGB 1846633
HSL0.040.700.43
HSV13°82°72°
CMYK 0.000.640.82   0.28
XYZ21.989914.19663.0201
Yxy14.19660.56090.3621
Hunter Lab37.678438.239221.6225
CIE-Lab44.513646.113843.7926

#b84221 color RGB value is (184,66,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000010 00100001
Octal 270 102 41
Decimal 184 66 33
Hex B8 42 21

RGB Percentages of Color #b84221

%65.02
%23.32
%11.66

CMYK Percentages of Color #b84221

%0
%64
%82
%28

Triadic Colors of #b84221

#b84221 #21b842 #4221b8

Analogous Colors of #b84221

#b84221 #b88e21 #b8214c

Monochromatic Colors of #b84221

#b84221

Complementary Color

#b84221 #2197b8

#b84221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84221 Color CSS Codes

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

#b84221 Text Font Color

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

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


#b84221 Background Color

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

This div background color is #b84221


#b84221 Border Color

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

This div border color is #b84221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84221


Comments

No comments written yet.

Please login to write comment.