Color Hex Logo

#b97746 Color Hex

#B97746
(185,119,70)
0 Favorites   0 Comments

Color spaces of #b97746

RGB 18511970
HSL0.070.450.50
HSV26°62°73°
CMYK 0.000.360.62   0.27
XYZ27.709923.95018.9567
Yxy23.95010.45710.3951
Hunter Lab48.938815.426423.4060
CIE-Lab56.037821.031937.2218

#b97746 color RGB value is (185,119,70).

#b97746 hex color red value is 185, green value is 119 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #b97746 hue: 0.07 , saturation: 0.45 and the lightness value of b97746 is 0.50.

The process color (four color CMYK) of #b97746 color hex is 0.00, 0.36, 0.62, 0.27. Web safe color of #b97746 is #cc6633. Color #b97746 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110111 01000110
Octal 271 167 106
Decimal 185 119 70
Hex B9 77 46

RGB Percentages of Color #b97746

%49.47
%31.82
%18.72

CMYK Percentages of Color #b97746

%0
%36
%62
%27

Triadic Colors of #b97746

#b97746 #46b977 #7746b9

Analogous Colors of #b97746

#b97746 #b9b146 #b9464e

Monochromatic Colors of #b97746

#b97746

Complementary Color

#b97746 #4688b9

#b97746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97746 Color CSS Codes

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

#b97746 Text Font Color

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

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


#b97746 Background Color

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

This div background color is #b97746


#b97746 Border Color

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

This div border color is #b97746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97746


Comments

No comments written yet.

Please login to write comment.