#BCB79E

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

Shades of Tana #BCB79E

Tints of Tana #BCB79E

Color information

#BCB79E (or 0xBCB79E) is unknown color: approx Tana. HEX triplet: BC, B7 and 9E. RGB value is (188,183,158). Sum of RGB (Red+Green+Blue) = 188+183+158=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB79E is #434861. Grayscale: #B5B5B5. Windows color (decimal): -4409442 or 10401724. OLE color: 10401724.

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

Color convert

RGB188183158-
CMYK00.030.160.26
HSL50º18.29%67.84%-
HSV(B)50º15.96%73.73%-
XYZ43.8447.0339.11-
YUV181.64114.66132.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 183 (71.88% from 255) = 34.59%
BLUE value IS 158 (62.11% from 255) = 29.87%
R=35.54%
G=34.59%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818315800.030.160.265018.2967.84
HexBCB79E03101A321244
Octal2742672360320326222104
Binary1011110010110111100111100111000011010110010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB79E; }

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

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

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

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

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

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

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

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