#BBA29B

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

Shades of Martini #BBA29B

Tints of Martini #BBA29B

Color information

#BBA29B (or 0xBBA29B) is unknown color: approx Martini. HEX triplet: BB, A2 and 9B. RGB value is (187,162,155). Sum of RGB (Red+Green+Blue) = 187+162+155=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA29B is #445D64. Grayscale: #A8A8A8. Windows color (decimal): -4480357 or 10199739. OLE color: 10199739.

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

Color convert

RGB187162155-
CMYK00.130.170.27
HSL13.13º19.05%67.06%-
HSV(B)13.13º17.11%73.33%-
XYZ39.3338.7736.42-
YUV168.68120.28141.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 162 (63.67% from 255) = 32.14%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=37.10%
G=32.14%
B=30.75%

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
Decimal18716215500.130.170.2713.1319.0567.06
HexBBA29B0D111Bd1343
Octal27324223301521331523103
Binary1011101110100010100110110110110001110111101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA29B; }

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

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

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

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

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

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

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

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