#BCA49A

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

Shades of Martini #BCA49A

Tints of Martini #BCA49A

Color information

#BCA49A (or 0xBCA49A) is unknown color: approx Martini. HEX triplet: BC, A4 and 9A. RGB value is (188,164,154). Sum of RGB (Red+Green+Blue) = 188+164+154=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA49A is #435B65. Grayscale: #AAAAAA. Windows color (decimal): -4414310 or 10134716. OLE color: 10134716.

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

Color convert

RGB188164154-
CMYK00.130.180.26
HSL17.65º20.24%67.06%-
HSV(B)17.65º18.09%73.73%-
XYZ39.8539.5836.11-
YUV170.04118.95140.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 164 (64.45% from 255) = 32.41%
BLUE value IS 154 (60.55% from 255) = 30.43%
R=37.15%
G=32.41%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816415400.130.180.2617.6520.2467.06
HexBCA49A0D121A121443
Octal27424423201522322224103
Binary10111100101001001001101001101100101101010010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA49A; }

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

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

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

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

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

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

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

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