#BCB9A2

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

Shades of Tana #BCB9A2

Tints of Tana #BCB9A2

Color information

#BCB9A2 (or 0xBCB9A2) is unknown color: approx Tana. HEX triplet: BC, B9 and A2. RGB value is (188,185,162). Sum of RGB (Red+Green+Blue) = 188+185+162=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9A2 is #43465D. Grayscale: #B7B7B7. Windows color (decimal): -4408926 or 10664380. OLE color: 10664380.

HSL color Cylindrical-coordinate representation of color #BCB9A2: hue angle of 53.08º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCB9A2 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB188185162-
CMYK00.020.140.26
HSL53.08º16.25%68.63%-
HSV(B)53.08º13.83%73.73%-
XYZ44.614841.1-
YUV183.27115.99131.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 185 (72.66% from 255) = 34.58%
BLUE value IS 162 (63.67% from 255) = 30.28%
R=35.14%
G=34.58%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818516200.020.140.2653.0816.2568.63
HexBCB9A202E1A351045
Octal2742712420216326520105
Binary101111001011100110100010010111011010110101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9A2; }

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

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

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

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

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

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

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

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