#BCA498

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

Shades of Martini #BCA498

Tints of Martini #BCA498

Color information

#BCA498 (or 0xBCA498) is unknown color: approx Martini. HEX triplet: BC, A4 and 98. RGB value is (188,164,152). Sum of RGB (Red+Green+Blue) = 188+164+152=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA498 is #435B67. Grayscale: #A9A9A9. Windows color (decimal): -4414312 or 10003644. OLE color: 10003644.

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

Color convert

RGB188164152-
CMYK00.130.190.26
HSL20º21.18%66.67%-
HSV(B)20º19.15%73.73%-
XYZ39.6839.5135.24-
YUV169.81117.95140.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 152 (59.77% from 255) = 30.16%
R=37.30%
G=32.54%
B=30.16%

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
Decimal18816415200.130.190.262021.1866.67
HexBCA4980D131A141543
Octal27424423001523322425103
Binary10111100101001001001100001101100111101010100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA498; }

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

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

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

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

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

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

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

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