Color Hex Logo

#b97333 Color Hex

#B97333
(185,115,51)
0 Favorites   0 Comments

Color spaces of #b97333

RGB 18511551
HSL0.080.570.46
HSV29°72°73°
CMYK 0.000.380.72   0.27
XYZ26.735922.81486.1265
Yxy22.81480.48020.4098
Hunter Lab47.764816.325125.8306
CIE-Lab54.881122.086945.5701

#b97333 color RGB value is (185,115,51).

#b97333 hex color red value is 185, green value is 115 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #b97333 hue: 0.08 , saturation: 0.57 and the lightness value of b97333 is 0.46.

The process color (four color CMYK) of #b97333 color hex is 0.00, 0.38, 0.72, 0.27. Web safe color of #b97333 is #cc6633. Color #b97333 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110011 00110011
Octal 271 163 63
Decimal 185 115 51
Hex B9 73 33

RGB Percentages of Color #b97333

%52.71
%32.76
%14.53

CMYK Percentages of Color #b97333

%0
%38
%72
%27

Triadic Colors of #b97333

#b97333 #33b973 #7333b9

Analogous Colors of #b97333

#b97333 #b9b633 #b93336

Monochromatic Colors of #b97333

#b97333

Complementary Color

#b97333 #3379b9

#b97333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97333 Color CSS Codes

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

#b97333 Text Font Color

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

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


#b97333 Background Color

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

This div background color is #b97333


#b97333 Border Color

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

This div border color is #b97333


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,115,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97333


Comments

No comments written yet.

Please login to write comment.