#BCA397

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

Shades of Martini #BCA397

Tints of Martini #BCA397

Color information

#BCA397 (or 0xBCA397) is unknown color: approx Martini. HEX triplet: BC, A3 and 97. RGB value is (188,163,151). Sum of RGB (Red+Green+Blue) = 188+163+151=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA397 is #435C68. Grayscale: #A9A9A9. Windows color (decimal): -4414569 or 9937852. OLE color: 9937852.

HSL color Cylindrical-coordinate representation of color #BCA397: hue angle of 19.46º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCA397 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188163151-
CMYK00.130.200.26
HSL19.46º21.64%66.47%-
HSV(B)19.46º19.68%73.73%-
XYZ39.4239.1234.75-
YUV169.11117.78141.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 163 (64.06% from 255) = 32.47%
BLUE value IS 151 (59.38% from 255) = 30.08%
R=37.45%
G=32.47%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816315100.130.200.2619.4621.6466.47
HexBCA3970D141A131642
Octal27424322701524322326102
Binary10111100101000111001011101101101001101010011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA397; }

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

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

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

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

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

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

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

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