#BBA69C

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

Shades of Martini #BBA69C

Tints of Martini #BBA69C

Color information

#BBA69C (or 0xBBA69C) is unknown color: approx Martini. HEX triplet: BB, A6 and 9C. RGB value is (187,166,156). Sum of RGB (Red+Green+Blue) = 187+166+156=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA69C is #445963. Grayscale: #ABABAB. Windows color (decimal): -4479332 or 10266299. OLE color: 10266299.

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

Color convert

RGB187166156-
CMYK00.110.170.27
HSL19.35º18.56%67.25%-
HSV(B)19.35º16.58%73.33%-
XYZ40.1340.2437.1-
YUV171.14119.46139.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 166 (65.23% from 255) = 32.61%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=36.74%
G=32.61%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716615600.110.170.2719.3518.5667.25
HexBBA69C0B111B131343
Octal27324623401321332323103
Binary10111011101001101001110001011100011101110011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA69C; }

 p { color: rgb(187,166,156); }

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

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

 a { background-color: rgb(187,166,156); }

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

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

 span { border-color: rgb(187,166,156); }

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