#BCA19D

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

Shades of Martini #BCA19D

Tints of Martini #BCA19D

Color information

#BCA19D (or 0xBCA19D) is unknown color: approx Martini. HEX triplet: BC, A1 and 9D. RGB value is (188,161,157). Sum of RGB (Red+Green+Blue) = 188+161+157=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA19D is #435E62. Grayscale: #A8A8A8. Windows color (decimal): -4415075 or 10330556. OLE color: 10330556.

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

Color convert

RGB188161157-
CMYK00.140.160.26
HSL7.74º18.79%67.65%-
HSV(B)7.74º16.49%73.73%-
XYZ39.5738.6237.27-
YUV168.62121.45141.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 161 (63.28% from 255) = 31.82%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=37.15%
G=31.82%
B=31.03%

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
Decimal18816115700.140.160.267.7418.7967.65
HexBCA19D0E101A81344
Octal27424123501620321023104
Binary1011110010100001100111010111010000110101000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA19D; }

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

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

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

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

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

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

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

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