#BCA299

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

Shades of Martini #BCA299

Tints of Martini #BCA299

Color information

#BCA299 (or 0xBCA299) is unknown color: approx Martini. HEX triplet: BC, A2 and 99. RGB value is (188,162,153). Sum of RGB (Red+Green+Blue) = 188+162+153=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA299 is #435D66. Grayscale: #A8A8A8. Windows color (decimal): -4414823 or 10068668. OLE color: 10068668.

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

Color convert

RGB188162153-
CMYK00.140.190.26
HSL15.43º20.71%66.86%-
HSV(B)15.43º18.62%73.73%-
XYZ39.4138.8335.56-
YUV168.75119.11141.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=37.38%
G=32.21%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816215300.140.190.2615.4320.7166.86
HexBCA2990E131Af1543
Octal27424223101623321725103
Binary1011110010100010100110010111010011110101111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA299; }

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

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

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

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

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

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

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

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