#BCA29B

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

Shades of Martini #BCA29B

Tints of Martini #BCA29B

Color information

#BCA29B (or 0xBCA29B) is unknown color: approx Martini. HEX triplet: BC, A2 and 9B. RGB value is (188,162,155). Sum of RGB (Red+Green+Blue) = 188+162+155=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA29B is #435D64. Grayscale: #A9A9A9. Windows color (decimal): -4414821 or 10199740. OLE color: 10199740.

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

Color convert

RGB188162155-
CMYK00.140.180.26
HSL12.73º19.76%67.25%-
HSV(B)12.73º17.55%73.73%-
XYZ39.5838.936.43-
YUV168.98120.11141.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 155 (60.94% from 255) = 30.69%
R=37.23%
G=32.08%
B=30.69%

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
Decimal18816215500.140.180.2612.7319.7667.25
HexBCA29B0E121Ad1443
Octal27424223301622321524103
Binary1011110010100010100110110111010010110101101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA29B; }

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

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

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

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

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

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

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

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