Color Hex Logo

#b97b4e Color Hex

#B97B4E
(185,123,78)
0 Favorites   0 Comments

Color spaces of #b97b4e

RGB 18512378
HSL0.070.430.52
HSV25°58°73°
CMYK 0.000.340.58   0.27
XYZ28.465725.030310.5387
Yxy25.03030.44450.3909
Hunter Lab50.030314.008022.5320
CIE-Lab57.104919.419534.2156

#b97b4e color RGB value is (185,123,78).

#b97b4e hex color red value is 185, green value is 123 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #b97b4e hue: 0.07 , saturation: 0.43 and the lightness value of b97b4e is 0.52.

The process color (four color CMYK) of #b97b4e color hex is 0.00, 0.34, 0.58, 0.27. Web safe color of #b97b4e is #cc6666. Color #b97b4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111011 01001110
Octal 271 173 116
Decimal 185 123 78
Hex B9 7B 4E

RGB Percentages of Color #b97b4e

%47.93
%31.87
%20.21

CMYK Percentages of Color #b97b4e

%0
%34
%58
%27

Triadic Colors of #b97b4e

#b97b4e #4eb97b #7b4eb9

Analogous Colors of #b97b4e

#b97b4e #b9b14e #b94e57

Monochromatic Colors of #b97b4e

#b97b4e

Complementary Color

#b97b4e #4e8cb9

#b97b4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97b4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97b4e Color CSS Codes

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

#b97b4e Text Font Color

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

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


#b97b4e Background Color

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

This div background color is #b97b4e


#b97b4e Border Color

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

This div border color is #b97b4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97b4e


Comments

No comments written yet.

Please login to write comment.