#BBA499

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

Shades of Martini #BBA499

Tints of Martini #BBA499

Color information

#BBA499 (or 0xBBA499) is unknown color: approx Martini. HEX triplet: BB, A4 and 99. RGB value is (187,164,153). Sum of RGB (Red+Green+Blue) = 187+164+153=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA499 is #445B66. Grayscale: #A9A9A9. Windows color (decimal): -4479847 or 10069179. OLE color: 10069179.

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

Color convert

RGB187164153-
CMYK00.120.180.27
HSL19.41º20%66.67%-
HSV(B)19.41º18.18%73.33%-
XYZ39.5239.4235.66-
YUV169.62118.62140.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=37.10%
G=32.54%
B=30.36%

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
Decimal18716415300.120.180.2719.412066.67
HexBBA4990C121B131443
Octal27324423101422332324103
Binary10111011101001001001100101100100101101110011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA499; }

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

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

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

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

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

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

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

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