#BCB79F

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

Shades of Tana #BCB79F

Tints of Tana #BCB79F

Color information

#BCB79F (or 0xBCB79F) is unknown color: approx Tana. HEX triplet: BC, B7 and 9F. RGB value is (188,183,159). Sum of RGB (Red+Green+Blue) = 188+183+159=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB79F is #434860. Grayscale: #B5B5B5. Windows color (decimal): -4409441 or 10467260. OLE color: 10467260.

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

Color convert

RGB188183159-
CMYK00.030.150.26
HSL49.66º17.79%68.04%-
HSV(B)49.66º15.43%73.73%-
XYZ43.9347.0639.57-
YUV181.76115.16132.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 183 (71.88% from 255) = 34.53%
BLUE value IS 159 (62.5% from 255) = 30%
R=35.47%
G=34.53%
B=30%

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
Decimal18818315900.030.150.2649.6617.7968.04
HexBCB79F03F1A321244
Octal2742672370317326222104
Binary101111001011011110011111011111111010110010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB79F; }

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

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

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

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

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

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

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

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