#BB9F95

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

Shades of Del Rio #BB9F95

Tints of Del Rio #BB9F95

Color information

#BB9F95 (or 0xBB9F95) is unknown color: approx Del Rio. HEX triplet: BB, 9F and 95. RGB value is (187,159,149). Sum of RGB (Red+Green+Blue) = 187+159+149=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9F95 is #44606A. Grayscale: #A6A6A6. Windows color (decimal): -4481131 or 9805755. OLE color: 9805755.

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

Color convert

RGB187159149-
CMYK00.150.200.27
HSL15.79º21.84%65.88%-
HSV(B)15.79º20.32%73.33%-
XYZ38.3237.5333.66-
YUV166.23118.28142.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=37.78%
G=32.12%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715914900.150.200.2715.7921.8465.88
HexBB9F950F141B101642
Octal27323722501724332026102
Binary10111011100111111001010101111101001101110000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9F95; }

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

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

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

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

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

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

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

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