#BB9988

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

Shades of Del Rio #BB9988

Tints of Del Rio #BB9988

Color information

#BB9988 (or 0xBB9988) is unknown color: approx Del Rio. HEX triplet: BB, 99 and 88. RGB value is (187,153,136). Sum of RGB (Red+Green+Blue) = 187+153+136=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9988 is #446677. Grayscale: #A1A1A1. Windows color (decimal): -4482680 or 8952251. OLE color: 8952251.

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

Color convert

RGB187153136-
CMYK00.180.270.27
HSL20º27.27%63.33%-
HSV(B)20º27.27%73.33%-
XYZ36.3335.1228.16-
YUV161.23113.76146.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 153 (60.16% from 255) = 32.14%
BLUE value IS 136 (53.52% from 255) = 28.57%
R=39.29%
G=32.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715313600.180.270.272027.2763.33
HexBB99880121B1B141b3f
Octal2732312100223333243377
Binary10111011100110011000100001001011011110111010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9988; }

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

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

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

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

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

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

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

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