Color Hex Logo

#b9896d Color Hex

#B9896D
(185,137,109)
0 Favorites   0 Comments

Color spaces of #b9896d

RGB 185137109
HSL0.060.350.58
HSV22°41°73°
CMYK 0.000.260.41   0.27
XYZ31.713629.309718.4539
Yxy29.30970.39900.3688
Hunter Lab54.13849.820817.6870
CIE-Lab61.054014.665422.1708

#b9896d color RGB value is (185,137,109).

#b9896d hex color red value is 185, green value is 137 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b9896d hue: 0.06 , saturation: 0.35 and the lightness value of b9896d is 0.58.

The process color (four color CMYK) of #b9896d color hex is 0.00, 0.26, 0.41, 0.27. Web safe color of #b9896d is #cc9966. Color #b9896d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001001 01101101
Octal 271 211 155
Decimal 185 137 109
Hex B9 89 6D

RGB Percentages of Color #b9896d

%42.92
%31.79
%25.29

CMYK Percentages of Color #b9896d

%0
%26
%41
%27

Triadic Colors of #b9896d

#b9896d #6db989 #896db9

Analogous Colors of #b9896d

#b9896d #b9af6d #b96d77

Monochromatic Colors of #b9896d

#b9896d

Complementary Color

#b9896d #6d9db9

#b9896d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9896d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9896d Color CSS Codes

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

#b9896d Text Font Color

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

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


#b9896d Background Color

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

This div background color is #b9896d


#b9896d Border Color

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

This div border color is #b9896d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9896d


Comments

No comments written yet.

Please login to write comment.