#BCA59A

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

Shades of Martini #BCA59A

Tints of Martini #BCA59A

Color information

#BCA59A (or 0xBCA59A) is unknown color: approx Martini. HEX triplet: BC, A5 and 9A. RGB value is (188,165,154). Sum of RGB (Red+Green+Blue) = 188+165+154=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA59A is #435A65. Grayscale: #AAAAAA. Windows color (decimal): -4414054 or 10134972. OLE color: 10134972.

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

Color convert

RGB188165154-
CMYK00.120.180.26
HSL19.41º20.24%67.06%-
HSV(B)19.41º18.09%73.73%-
XYZ40.0339.9336.17-
YUV170.62118.62140.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 165 (64.84% from 255) = 32.54%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=37.08%
G=32.54%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816515400.120.180.2619.4120.2467.06
HexBCA59A0C121A131443
Octal27424523201422322324103
Binary10111100101001011001101001100100101101010011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA59A; }

 p { color: rgb(188,165,154); }

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

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

 a { background-color: rgb(188,165,154); }

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

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

 span { border-color: rgb(188,165,154); }

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