Color Hex Logo

#b96738 Color Hex

#B96738
(185,103,56)
0 Favorites   0 Comments

Color spaces of #b96738

RGB 18510356
HSL0.060.540.47
HSV22°70°73°
CMYK 0.000.440.70   0.27
XYZ25.571620.30036.3120
Yxy20.30030.49000.3890
Hunter Lab45.055922.460523.2330
CIE-Lab52.175128.924440.1388

#b96738 color RGB value is (185,103,56).

#b96738 hex color red value is 185, green value is 103 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #b96738 hue: 0.06 , saturation: 0.54 and the lightness value of b96738 is 0.47.

The process color (four color CMYK) of #b96738 color hex is 0.00, 0.44, 0.70, 0.27. Web safe color of #b96738 is #cc6633. Color #b96738 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100111 00111000
Octal 271 147 70
Decimal 185 103 56
Hex B9 67 38

RGB Percentages of Color #b96738

%53.78
%29.94
%16.28

CMYK Percentages of Color #b96738

%0
%44
%70
%27

Triadic Colors of #b96738

#b96738 #38b967 #6738b9

Analogous Colors of #b96738

#b96738 #b9a838 #b9384a

Monochromatic Colors of #b96738

#b96738

Complementary Color

#b96738 #388ab9

#b96738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96738 Color CSS Codes

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

#b96738 Text Font Color

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

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


#b96738 Background Color

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

This div background color is #b96738


#b96738 Border Color

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

This div border color is #b96738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96738


Comments

No comments written yet.

Please login to write comment.