#BCA398

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

Shades of Martini #BCA398

Tints of Martini #BCA398

Color information

#BCA398 (or 0xBCA398) is unknown color: approx Martini. HEX triplet: BC, A3 and 98. RGB value is (188,163,152). Sum of RGB (Red+Green+Blue) = 188+163+152=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA398 is #435C67. Grayscale: #A9A9A9. Windows color (decimal): -4414568 or 10003388. OLE color: 10003388.

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

Color convert

RGB188163152-
CMYK00.130.190.26
HSL18.33º21.18%66.67%-
HSV(B)18.33º19.15%73.73%-
XYZ39.539.1535.18-
YUV169.22118.28141.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=37.38%
G=32.41%
B=30.22%

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
Decimal18816315200.130.190.2618.3321.1866.67
HexBCA3980D131A121543
Octal27424323001523322225103
Binary10111100101000111001100001101100111101010010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA398; }

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

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

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

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

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

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

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

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