#BB9B8E

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

Shades of Del Rio #BB9B8E

Tints of Del Rio #BB9B8E

Color information

#BB9B8E (or 0xBB9B8E) is unknown color: approx Del Rio. HEX triplet: BB, 9B and 8E. RGB value is (187,155,142). Sum of RGB (Red+Green+Blue) = 187+155+142=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9B8E is #446471. Grayscale: #A3A3A3. Windows color (decimal): -4482162 or 9345979. OLE color: 9345979.

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

Color convert

RGB187155142-
CMYK00.170.240.27
HSL17.33º24.86%64.51%-
HSV(B)17.33º24.06%73.33%-
XYZ37.135.9630.58-
YUV163.09116.1145.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 155 (60.94% from 255) = 32.02%
BLUE value IS 142 (55.86% from 255) = 29.34%
R=38.64%
G=32.02%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715514200.170.240.2717.3324.8664.51
HexBB9B8E011181B111941
Octal27323321602130332131101
Binary101110111001101110001110010001110001101110001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9B8E; }

 p { color: rgb(187,155,142); }

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

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

 a { background-color: rgb(187,155,142); }

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

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

 span { border-color: rgb(187,155,142); }

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