#BCB0AB

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

Shades of Martini #BCB0AB

Tints of Martini #BCB0AB

Color information

#BCB0AB (or 0xBCB0AB) is unknown color: approx Martini. HEX triplet: BC, B0 and AB. RGB value is (188,176,171). Sum of RGB (Red+Green+Blue) = 188+176+171=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0AB is #434F54. Grayscale: #B3B3B3. Windows color (decimal): -4411221 or 11251900. OLE color: 11251900.

HSL color Cylindrical-coordinate representation of color #BCB0AB: hue angle of 17.65º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCB0AB is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188176171-
CMYK00.060.090.26
HSL17.65º11.26%70.39%-
HSV(B)17.65º9.04%73.73%-
XYZ43.6244.6844.85-
YUV179.02123.48134.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=35.14%
G=32.90%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817617100.060.090.2617.6511.2670.39
HexBCB0AB0691A12b46
Octal2742602530611322213106
Binary10111100101100001010101101101001110101001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0AB; }

 p { color: rgb(188,176,171); }

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

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

 a { background-color: rgb(188,176,171); }

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

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

 span { border-color: rgb(188,176,171); }

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