Color Hex Logo

#b9997d Color Hex

#B9997D
(185,153,125)
0 Favorites   0 Comments

Color spaces of #b9997d

RGB 185153125
HSL0.080.300.61
HSV28°32°73°
CMYK 0.000.170.32   0.27
XYZ35.100534.577424.2262
Yxy34.57740.37380.3682
Hunter Lab58.80263.646016.7348
CIE-Lab65.41837.784019.1850

#b9997d color RGB value is (185,153,125).

#b9997d hex color red value is 185, green value is 153 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b9997d hue: 0.08 , saturation: 0.30 and the lightness value of b9997d is 0.61.

The process color (four color CMYK) of #b9997d color hex is 0.00, 0.17, 0.32, 0.27. Web safe color of #b9997d is #cc9966. Color #b9997d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011001 01111101
Octal 271 231 175
Decimal 185 153 125
Hex B9 99 7D

RGB Percentages of Color #b9997d

%39.96
%33.05
%27.00

CMYK Percentages of Color #b9997d

%0
%17
%32
%27

Triadic Colors of #b9997d

#b9997d #7db999 #997db9

Analogous Colors of #b9997d

#b9997d #b9b77d #b97d7f

Monochromatic Colors of #b9997d

#b9997d

Complementary Color

#b9997d #7d9db9

#b9997d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9997d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9997d Color CSS Codes

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

#b9997d Text Font Color

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

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


#b9997d Background Color

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

This div background color is #b9997d


#b9997d Border Color

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

This div border color is #b9997d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9997d


Comments

No comments written yet.

Please login to write comment.