Color Hex Logo

#b97821 Color Hex

#B97821
(185,120,33)
0 Favorites   0 Comments

Color spaces of #b97821

RGB 18512033
HSL0.100.700.43
HSV34°82°73°
CMYK 0.000.350.82   0.27
XYZ26.998623.85704.6207
Yxy23.85700.48670.4300
Hunter Lab48.843613.190628.5816
CIE-Lab55.944318.573354.2810

#b97821 color RGB value is (185,120,33).

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

The process color (four color CMYK) of #b97821 color hex is 0.00, 0.35, 0.82, 0.27. Web safe color of #b97821 is #cc6633. Color #b97821 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111000 00100001
Octal 271 170 41
Decimal 185 120 33
Hex B9 78 21

RGB Percentages of Color #b97821

%54.73
%35.50
%9.76

CMYK Percentages of Color #b97821

%0
%35
%82
%27

Triadic Colors of #b97821

#b97821 #21b978 #7821b9

Analogous Colors of #b97821

#b97821 #aeb921 #b92c21

Monochromatic Colors of #b97821

#b97821

Complementary Color

#b97821 #2162b9

#b97821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97821 Color CSS Codes

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

#b97821 Text Font Color

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

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


#b97821 Background Color

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

This div background color is #b97821


#b97821 Border Color

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

This div border color is #b97821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97821


Comments

No comments written yet.

Please login to write comment.