#BCA499

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

Shades of Martini #BCA499

Tints of Martini #BCA499

Color information

#BCA499 (or 0xBCA499) is unknown color: approx Martini. HEX triplet: BC, A4 and 99. RGB value is (188,164,153). Sum of RGB (Red+Green+Blue) = 188+164+153=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA499 is #435B66. Grayscale: #A9A9A9. Windows color (decimal): -4414311 or 10069180. OLE color: 10069180.

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

Color convert

RGB188164153-
CMYK00.130.190.26
HSL18.86º20.71%66.86%-
HSV(B)18.86º18.62%73.73%-
XYZ39.7639.5435.67-
YUV169.92118.45140.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 164 (64.45% from 255) = 32.48%
BLUE value IS 153 (60.16% from 255) = 30.30%
R=37.23%
G=32.48%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816415300.130.190.2618.8620.7166.86
HexBCA4990D131A131543
Octal27424423101523322325103
Binary10111100101001001001100101101100111101010011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA499; }

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

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

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

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

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

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

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

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