#BCBAA0

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

Shades of Tana #BCBAA0

Tints of Tana #BCBAA0

Color information

#BCBAA0 (or 0xBCBAA0) is unknown color: approx Tana. HEX triplet: BC, BA and A0. RGB value is (188,186,160). Sum of RGB (Red+Green+Blue) = 188+186+160=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAA0 is #43455F. Grayscale: #B7B7B7. Windows color (decimal): -4408672 or 10533564. OLE color: 10533564.

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

Color convert

RGB188186160-
CMYK00.010.150.26
HSL55.71º17.28%68.24%-
HSV(B)55.71º14.89%73.73%-
XYZ44.6448.3540.24-
YUV183.63114.66131.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 160 (62.89% from 255) = 29.96%
R=35.21%
G=34.83%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818616000.010.150.2655.7117.2868.24
HexBCBAA001F1A381144
Octal2742722400117327021104
Binary10111100101110101010000001111111010111000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAA0; }

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

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

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

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

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

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

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

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