Color Hex Logo

#b89f6a Color Hex

#B89F6A
(184,159,106)
0 Favorites   0 Comments

Color spaces of #b89f6a

RGB 184159106
HSL0.110.350.57
HSV41°42°72°
CMYK 0.000.140.42   0.28
XYZ34.766836.027218.7572
Yxy36.02720.38820.4023
Hunter Lab60.0227-1.647523.4876
CIE-Lab66.54071.805731.0276

#b89f6a color RGB value is (184,159,106).

#b89f6a hex color red value is 184, green value is 159 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b89f6a hue: 0.11 , saturation: 0.35 and the lightness value of b89f6a is 0.57.

The process color (four color CMYK) of #b89f6a color hex is 0.00, 0.14, 0.42, 0.28. Web safe color of #b89f6a is #cc9966. Color #b89f6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011111 01101010
Octal 270 237 152
Decimal 184 159 106
Hex B8 9F 6A

RGB Percentages of Color #b89f6a

%40.98
%35.41
%23.61

CMYK Percentages of Color #b89f6a

%0
%14
%42
%28

Triadic Colors of #b89f6a

#b89f6a #6ab89f #9f6ab8

Analogous Colors of #b89f6a

#b89f6a #aab86a #b8786a

Monochromatic Colors of #b89f6a

#b89f6a

Complementary Color

#b89f6a #6a83b8

#b89f6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89f6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89f6a Color CSS Codes

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

#b89f6a Text Font Color

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

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


#b89f6a Background Color

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

This div background color is #b89f6a


#b89f6a Border Color

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

This div border color is #b89f6a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,159,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b89f6a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b89f6a;
  -webkit-box-shadow: 1px 1px 3px 2px #b89f6a;
  box-shadow:         1px 1px 3px 2px #b89f6a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,159,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89f6a


Comments

No comments written yet.

Please login to write comment.