#BB9F94

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

Shades of Del Rio #BB9F94

Tints of Del Rio #BB9F94

Color information

#BB9F94 (or 0xBB9F94) is unknown color: approx Del Rio. HEX triplet: BB, 9F and 94. RGB value is (187,159,148). Sum of RGB (Red+Green+Blue) = 187+159+148=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9F94 is #44606B. Grayscale: #A6A6A6. Windows color (decimal): -4481132 or 9740219. OLE color: 9740219.

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

Color convert

RGB187159148-
CMYK00.150.210.27
HSL16.92º22.29%65.69%-
HSV(B)16.92º20.86%73.33%-
XYZ38.2437.533.24-
YUV166.12117.78142.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=37.85%
G=32.19%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715914800.150.210.2716.9222.2965.69
HexBB9F940F151B111642
Octal27323722401725332126102
Binary10111011100111111001010001111101011101110001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9F94; }

 p { color: rgb(187,159,148); }

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

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

 a { background-color: rgb(187,159,148); }

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

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

 span { border-color: rgb(187,159,148); }

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