Color Hex Logo

#b74221 Color Hex

#B74221
(183,66,33)
0 Favorites   0 Comments

Color spaces of #b74221

RGB 1836633
HSL0.040.690.42
HSV13°82°72°
CMYK 0.000.640.82   0.28
XYZ21.751214.07353.0089
Yxy14.07350.56010.3624
Hunter Lab37.514737.844621.5049
CIE-Lab44.338245.755243.5651

#b74221 color RGB value is (183,66,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000010 00100001
Octal 267 102 41
Decimal 183 66 33
Hex B7 42 21

RGB Percentages of Color #b74221

%64.89
%23.40
%11.70

CMYK Percentages of Color #b74221

%0
%64
%82
%28

Triadic Colors of #b74221

#b74221 #21b742 #4221b7

Analogous Colors of #b74221

#b74221 #b78d21 #b7214b

Monochromatic Colors of #b74221

#b74221

Complementary Color

#b74221 #2196b7

#b74221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74221 Color CSS Codes

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

#b74221 Text Font Color

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

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


#b74221 Background Color

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

This div background color is #b74221


#b74221 Border Color

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

This div border color is #b74221


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,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 #b74221">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74221


Comments

No comments written yet.

Please login to write comment.