#BCBA9F

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

Shades of Tana #BCBA9F

Tints of Tana #BCBA9F

Color information

#BCBA9F (or 0xBCBA9F) is unknown color: approx Tana. HEX triplet: BC, BA and 9F. RGB value is (188,186,159). Sum of RGB (Red+Green+Blue) = 188+186+159=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA9F is #434560. Grayscale: #B7B7B7. Windows color (decimal): -4408673 or 10468028. OLE color: 10468028.

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

Color convert

RGB188186159-
CMYK00.010.150.26
HSL55.86º17.79%68.04%-
HSV(B)55.86º15.43%73.73%-
XYZ44.5648.3139.78-
YUV183.52114.16131.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 159 (62.5% from 255) = 29.83%
R=35.27%
G=34.90%
B=29.83%

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
Decimal18818615900.010.150.2655.8617.7968.04
HexBCBA9F01F1A381244
Octal2742722370117327022104
Binary10111100101110101001111101111111010111000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA9F; }

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

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

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

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

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

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

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

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