#BCB79D

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

Shades of Tana #BCB79D

Tints of Tana #BCB79D

Color information

#BCB79D (or 0xBCB79D) is unknown color: approx Tana. HEX triplet: BC, B7 and 9D. RGB value is (188,183,157). Sum of RGB (Red+Green+Blue) = 188+183+157=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB79D is #434862. Grayscale: #B5B5B5. Windows color (decimal): -4409443 or 10336188. OLE color: 10336188.

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

Color convert

RGB188183157-
CMYK00.030.160.26
HSL50.32º18.79%67.65%-
HSV(B)50.32º16.49%73.73%-
XYZ43.7646.9938.66-
YUV181.53114.16132.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 183 (71.88% from 255) = 34.66%
BLUE value IS 157 (61.72% from 255) = 29.73%
R=35.61%
G=34.66%
B=29.73%

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
Decimal18818315700.030.160.2650.3218.7967.65
HexBCB79D03101A321344
Octal2742672350320326223104
Binary1011110010110111100111010111000011010110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB79D; }

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

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

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

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

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

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

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

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