#BCA79C

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

Shades of Martini #BCA79C

Tints of Martini #BCA79C

Color information

#BCA79C (or 0xBCA79C) is unknown color: approx Martini. HEX triplet: BC, A7 and 9C. RGB value is (188,167,156). Sum of RGB (Red+Green+Blue) = 188+167+156=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA79C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA79C is #435863. Grayscale: #ACACAC. Windows color (decimal): -4413540 or 10266556. OLE color: 10266556.

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

Color convert

RGB188167156-
CMYK00.110.170.26
HSL20.63º19.28%67.45%-
HSV(B)20.63º17.02%73.73%-
XYZ40.5640.7337.18-
YUV172.02118.96139.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 167 (65.62% from 255) = 32.68%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=36.79%
G=32.68%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816715600.110.170.2620.6319.2867.45
HexBCA79C0B111A151343
Octal27424723401321322523103
Binary10111100101001111001110001011100011101010101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA79C; }

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

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

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

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

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

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

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

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