#BCA399

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

Shades of Martini #BCA399

Tints of Martini #BCA399

Color information

#BCA399 (or 0xBCA399) is unknown color: approx Martini. HEX triplet: BC, A3 and 99. RGB value is (188,163,153). Sum of RGB (Red+Green+Blue) = 188+163+153=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA399 is #435C66. Grayscale: #A9A9A9. Windows color (decimal): -4414567 or 10068924. OLE color: 10068924.

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

Color convert

RGB188163153-
CMYK00.130.190.26
HSL17.14º20.71%66.86%-
HSV(B)17.14º18.62%73.73%-
XYZ39.5939.1935.61-
YUV169.34118.78141.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 163 (64.06% from 255) = 32.34%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=37.30%
G=32.34%
B=30.36%

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
Decimal18816315300.130.190.2617.1420.7166.86
HexBCA3990D131A111543
Octal27424323101523322125103
Binary10111100101000111001100101101100111101010001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA399; }

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

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

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

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

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

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

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

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