#BCA199

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

Shades of Martini #BCA199

Tints of Martini #BCA199

Color information

#BCA199 (or 0xBCA199) is unknown color: approx Martini. HEX triplet: BC, A1 and 99. RGB value is (188,161,153). Sum of RGB (Red+Green+Blue) = 188+161+153=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA199 is #435E66. Grayscale: #A8A8A8. Windows color (decimal): -4415079 or 10068412. OLE color: 10068412.

HSL color Cylindrical-coordinate representation of color #BCA199: hue angle of 13.71º 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 #BCA199 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB188161153-
CMYK00.140.190.26
HSL13.71º20.71%66.86%-
HSV(B)13.71º18.62%73.73%-
XYZ39.2338.4835.5-
YUV168.16119.45142.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 153 (60.16% from 255) = 30.48%
R=37.45%
G=32.07%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816115300.140.190.2613.7120.7166.86
HexBCA1990E131Ae1543
Octal27424123101623321625103
Binary1011110010100001100110010111010011110101110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA199; }

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

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

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

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

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

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

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

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