#BB9987

Color #BB9987 Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #BB9987

Tints of Del Rio #BB9987

Color information

#BB9987 (or 0xBB9987) is unknown color: approx Del Rio. HEX triplet: BB, 99 and 87. RGB value is (187,153,135). Sum of RGB (Red+Green+Blue) = 187+153+135=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9987 is #446678. Grayscale: #A1A1A1. Windows color (decimal): -4482681 or 8886715. OLE color: 8886715.

HSL color Cylindrical-coordinate representation of color #BB9987: hue angle of 20.77º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB9987 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB187153135-
CMYK00.180.280.27
HSL20.77º27.66%63.14%-
HSV(B)20.77º27.81%73.33%-
XYZ36.2635.127.78-
YUV161.11113.26146.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 135 (53.12% from 255) = 28.42%
R=39.37%
G=32.21%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715313500.180.280.2720.7727.6663.14
HexBB99870121C1B151c3f
Octal2732312070223433253477
Binary10111011100110011000011101001011100110111010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9987; }

 p { color: rgb(187,153,135); }

 H1.HeaderClassName
 {
   color: #BB9987;
 }
 .AnyTagClassName
 {
   color: #BB9987;
 }
</style>
background-color css

<style>
 a { background-color: #BB9987; }

 a { background-color: rgb(187,153,135); }

 div.DivClassName
 {
   background-color: #BB9987;
 }
 .BgClassName
 {
   background-color: #BB9987;
 }
</style>
border-color css

<style>
 span { border-color: #BB9987; }

 span { border-color: rgb(187,153,135); }

 td.TdClassName
 {
   border-color: #BB9987;
 }
 .TagClassName
 {
   border-color: #BB9987;
 }
</style>