#BBA599

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

Shades of Martini #BBA599

Tints of Martini #BBA599

Color information

#BBA599 (or 0xBBA599) is unknown color: approx Martini. HEX triplet: BB, A5 and 99. RGB value is (187,165,153). Sum of RGB (Red+Green+Blue) = 187+165+153=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA599 is #445A66. Grayscale: #AAAAAA. Windows color (decimal): -4479591 or 10069435. OLE color: 10069435.

HSL color Cylindrical-coordinate representation of color #BBA599: hue angle of 21.18º 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 #BBA599 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB187165153-
CMYK00.120.180.27
HSL21.18º20%66.67%-
HSV(B)21.18º18.18%73.33%-
XYZ39.739.7735.72-
YUV170.21118.29139.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 153 (60.16% from 255) = 30.30%
R=37.03%
G=32.67%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716515300.120.180.2721.182066.67
HexBBA5990C121B151443
Octal27324523101422332524103
Binary10111011101001011001100101100100101101110101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA599; }

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

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

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

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

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

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

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

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