#BBA29C

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

Shades of Martini #BBA29C

Tints of Martini #BBA29C

Color information

#BBA29C (or 0xBBA29C) is unknown color: approx Martini. HEX triplet: BB, A2 and 9C. RGB value is (187,162,156). Sum of RGB (Red+Green+Blue) = 187+162+156=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA29C is #445D63. Grayscale: #A8A8A8. Windows color (decimal): -4480356 or 10265275. OLE color: 10265275.

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

Color convert

RGB187162156-
CMYK00.130.170.27
HSL11.61º18.56%67.25%-
HSV(B)11.61º16.58%73.33%-
XYZ39.4138.8136.87-
YUV168.79120.78140.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=37.03%
G=32.08%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716215600.130.170.2711.6118.5667.25
HexBBA29C0D111Bc1343
Octal27324223401521331423103
Binary1011101110100010100111000110110001110111100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA29C; }

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

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

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

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

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

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

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

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