Color Hex Logo

#b75221 Color Hex

#B75221
(183,82,33)
0 Favorites   0 Comments

Color spaces of #b75221

RGB 1838233
HSL0.050.690.42
HSV20°82°72°
CMYK 0.000.550.82   0.28
XYZ22.820216.21173.3652
Yxy16.21170.53820.3824
Hunter Lab40.263830.706523.2292
CIE-Lab47.251038.130146.2890

#b75221 color RGB value is (183,82,33).

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

The process color (four color CMYK) of #b75221 color hex is 0.00, 0.55, 0.82, 0.28. Web safe color of #b75221 is #cc6633. Color #b75221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010010 00100001
Octal 267 122 41
Decimal 183 82 33
Hex B7 52 21

RGB Percentages of Color #b75221

%61.41
%27.52
%11.07

CMYK Percentages of Color #b75221

%0
%55
%82
%28

Triadic Colors of #b75221

#b75221 #21b752 #5221b7

Analogous Colors of #b75221

#b75221 #b79d21 #b7213b

Monochromatic Colors of #b75221

#b75221

Complementary Color

#b75221 #2186b7

#b75221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75221 Color CSS Codes

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

#b75221 Text Font Color

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

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


#b75221 Background Color

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

This div background color is #b75221


#b75221 Border Color

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

This div border color is #b75221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75221


Comments

No comments written yet.

Please login to write comment.