#BCB79A

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

Shades of Tana #BCB79A

Tints of Tana #BCB79A

Color information

#BCB79A (or 0xBCB79A) is unknown color: approx Tana. HEX triplet: BC, B7 and 9A. RGB value is (188,183,154). Sum of RGB (Red+Green+Blue) = 188+183+154=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB79A is #434865. Grayscale: #B5B5B5. Windows color (decimal): -4409446 or 10139580. OLE color: 10139580.

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

Color convert

RGB188183154-
CMYK00.030.180.26
HSL51.18º20.24%67.06%-
HSV(B)51.18º18.09%73.73%-
XYZ43.5146.8937.33-
YUV181.19112.66132.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 183 (71.88% from 255) = 34.86%
BLUE value IS 154 (60.55% from 255) = 29.33%
R=35.81%
G=34.86%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818315400.030.180.2651.1820.2467.06
HexBCB79A03121A331443
Octal2742672320322326324103
Binary1011110010110111100110100111001011010110011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB79A; }

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

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

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

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

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

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

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

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