Color Hex Logo

#bb997d Color Hex

#BB997D
(187,153,125)
0 Favorites   0 Comments

Color spaces of #bb997d

RGB 187153125
HSL0.080.310.61
HSV27°33°73°
CMYK 0.000.180.33   0.27
XYZ35.586434.827924.2489
Yxy34.82790.37590.3679
Hunter Lab59.01524.359716.9488
CIE-Lab65.61458.586319.4854

#bb997d color RGB value is (187,153,125).

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

The process color (four color CMYK) of #bb997d color hex is 0.00, 0.18, 0.33, 0.27. Web safe color of #bb997d is #cc9966. Color #bb997d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011001 01111101
Octal 273 231 175
Decimal 187 153 125
Hex BB 99 7D

RGB Percentages of Color #bb997d

%40.22
%32.90
%26.88

CMYK Percentages of Color #bb997d

%0
%18
%33
%27

Triadic Colors of #bb997d

#bb997d #7dbb99 #997dbb

Analogous Colors of #bb997d

#bb997d #bbb87d #bb7d80

Monochromatic Colors of #bb997d

#bb997d

Complementary Color

#bb997d #7d9fbb

#bb997d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb997d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb997d Color CSS Codes

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

#bb997d Text Font Color

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

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


#bb997d Background Color

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

This div background color is #bb997d


#bb997d Border Color

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

This div border color is #bb997d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,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 #bb997d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb997d


Comments

No comments written yet.

Please login to write comment.