#BCA099

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

Shades of Martini #BCA099

Tints of Martini #BCA099

Color information

#BCA099 (or 0xBCA099) is unknown color: approx Martini. HEX triplet: BC, A0 and 99. RGB value is (188,160,153). Sum of RGB (Red+Green+Blue) = 188+160+153=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA099 is #435F66. Grayscale: #A7A7A7. Windows color (decimal): -4415335 or 10068156. OLE color: 10068156.

HSL color Cylindrical-coordinate representation of color #BCA099: hue angle of 12º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCA099 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB188160153-
CMYK00.150.190.26
HSL12º20.71%66.86%-
HSV(B)12º18.62%73.73%-
XYZ39.0638.1335.44-
YUV167.57119.78142.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 160 (62.89% from 255) = 31.94%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=37.52%
G=31.94%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816015300.150.190.261220.7166.86
HexBCA0990F131Ac1543
Octal27424023101723321425103
Binary1011110010100000100110010111110011110101100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA099; }

 p { color: rgb(188,160,153); }

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

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

 a { background-color: rgb(188,160,153); }

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

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

 span { border-color: rgb(188,160,153); }

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