#BB9F99

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

Shades of Martini #BB9F99

Tints of Martini #BB9F99

Color information

#BB9F99 (or 0xBB9F99) is unknown color: approx Martini. HEX triplet: BB, 9F and 99. RGB value is (187,159,153). Sum of RGB (Red+Green+Blue) = 187+159+153=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9F99 is #446066. Grayscale: #A6A6A6. Windows color (decimal): -4481127 or 10067899. OLE color: 10067899.

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

Color convert

RGB187159153-
CMYK00.150.180.27
HSL10.59º20%66.67%-
HSV(B)10.59º18.18%73.33%-
XYZ38.6437.6635.37-
YUV166.69120.28142.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 153 (60.16% from 255) = 30.66%
R=37.47%
G=31.86%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715915300.150.180.2710.592066.67
HexBB9F990F121Bb1443
Octal27323723101722331324103
Binary1011101110011111100110010111110010110111011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9F99; }

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

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

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

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

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

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

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

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