#BCA497

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

Shades of Martini #BCA497

Tints of Martini #BCA497

Color information

#BCA497 (or 0xBCA497) is unknown color: approx Martini. HEX triplet: BC, A4 and 97. RGB value is (188,164,151). Sum of RGB (Red+Green+Blue) = 188+164+151=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA497 is #435B68. Grayscale: #A9A9A9. Windows color (decimal): -4414313 or 9938108. OLE color: 9938108.

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

Color convert

RGB188164151-
CMYK00.130.200.26
HSL21.08º21.64%66.47%-
HSV(B)21.08º19.68%73.73%-
XYZ39.639.4834.81-
YUV169.69117.45141.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 164 (64.45% from 255) = 32.60%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=37.38%
G=32.60%
B=30.02%

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
Decimal18816415100.130.200.2621.0821.6466.47
HexBCA4970D141A151642
Octal27424422701524322526102
Binary10111100101001001001011101101101001101010101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA497; }

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

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

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

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

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

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

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

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