#BCB6A0

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

Shades of Tana #BCB6A0

Tints of Tana #BCB6A0

Color information

#BCB6A0 (or 0xBCB6A0) is unknown color: approx Tana. HEX triplet: BC, B6 and A0. RGB value is (188,182,160). Sum of RGB (Red+Green+Blue) = 188+182+160=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6A0 is #43495F. Grayscale: #B5B5B5. Windows color (decimal): -4409696 or 10532540. OLE color: 10532540.

HSL color Cylindrical-coordinate representation of color #BCB6A0: hue angle of 47.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCB6A0 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB188182160-
CMYK00.030.150.26
HSL47.14º17.28%68.24%-
HSV(B)47.14º14.89%73.73%-
XYZ43.8146.6939.96-
YUV181.29115.99132.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 182 (71.48% from 255) = 34.34%
BLUE value IS 160 (62.89% from 255) = 30.19%
R=35.47%
G=34.34%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818216000.030.150.2647.1417.2868.24
HexBCB6A003F1A2f1144
Octal2742662400317325721104
Binary101111001011011010100000011111111010101111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6A0; }

 p { color: rgb(188,182,160); }

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

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

 a { background-color: rgb(188,182,160); }

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

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

 span { border-color: rgb(188,182,160); }

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