#BCA19E

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

Shades of Martini #BCA19E

Tints of Martini #BCA19E

Color information

#BCA19E (or 0xBCA19E) is unknown color: approx Martini. HEX triplet: BC, A1 and 9E. RGB value is (188,161,158). Sum of RGB (Red+Green+Blue) = 188+161+158=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA19E is #435E61. Grayscale: #A8A8A8. Windows color (decimal): -4415074 or 10396092. OLE color: 10396092.

HSL color Cylindrical-coordinate representation of color #BCA19E: hue angle of 6º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCA19E is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB188161158-
CMYK00.140.160.26
HSL18.29%67.84%-
HSV(B)15.96%73.73%-
XYZ39.6638.6537.72-
YUV168.73121.95141.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 161 (63.28% from 255) = 31.76%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=37.08%
G=31.76%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816115800.140.160.26618.2967.84
HexBCA19E0E101A61244
Octal2742412360162032622104
Binary101111001010000110011110011101000011010110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA19E; }

 p { color: rgb(188,161,158); }

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

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

 a { background-color: rgb(188,161,158); }

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

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

 span { border-color: rgb(188,161,158); }

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