#BCA19C

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

Shades of Martini #BCA19C

Tints of Martini #BCA19C

Color information

#BCA19C (or 0xBCA19C) is unknown color: approx Martini. HEX triplet: BC, A1 and 9C. RGB value is (188,161,156). Sum of RGB (Red+Green+Blue) = 188+161+156=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA19C is #435E63. Grayscale: #A8A8A8. Windows color (decimal): -4415076 or 10265020. OLE color: 10265020.

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

Color convert

RGB188161156-
CMYK00.140.170.26
HSL9.38º19.28%67.45%-
HSV(B)9.38º17.02%73.73%-
XYZ39.4838.5836.82-
YUV168.5120.95141.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=37.23%
G=31.88%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816115600.140.170.269.3819.2867.45
HexBCA19C0E111A91343
Octal27424123401621321123103
Binary1011110010100001100111000111010001110101001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA19C; }

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

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

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

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

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

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

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

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