#BCA29A

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

Shades of Martini #BCA29A

Tints of Martini #BCA29A

Color information

#BCA29A (or 0xBCA29A) is unknown color: approx Martini. HEX triplet: BC, A2 and 9A. RGB value is (188,162,154). Sum of RGB (Red+Green+Blue) = 188+162+154=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA29A is #435D65. Grayscale: #A8A8A8. Windows color (decimal): -4414822 or 10134204. OLE color: 10134204.

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

Color convert

RGB188162154-
CMYK00.140.180.26
HSL14.12º20.24%67.06%-
HSV(B)14.12º18.09%73.73%-
XYZ39.4938.8735.99-
YUV168.86119.61141.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 162 (63.67% from 255) = 32.14%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=37.30%
G=32.14%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816215400.140.180.2614.1220.2467.06
HexBCA29A0E121Ae1443
Octal27424223201622321624103
Binary1011110010100010100110100111010010110101110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA29A; }

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

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

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

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

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

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

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

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