#BCB69F

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

Shades of Tana #BCB69F

Tints of Tana #BCB69F

Color information

#BCB69F (or 0xBCB69F) is unknown color: approx Tana. HEX triplet: BC, B6 and 9F. RGB value is (188,182,159). Sum of RGB (Red+Green+Blue) = 188+182+159=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB69F is #434960. Grayscale: #B5B5B5. Windows color (decimal): -4409697 or 10467004. OLE color: 10467004.

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

Color convert

RGB188182159-
CMYK00.030.150.26
HSL47.59º17.79%68.04%-
HSV(B)47.59º15.43%73.73%-
XYZ43.7246.6539.5-
YUV181.17115.49132.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 159 (62.5% from 255) = 30.06%
R=35.54%
G=34.40%
B=30.06%

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
Decimal18818215900.030.150.2647.5917.7968.04
HexBCB69F03F1A301244
Octal2742662370317326022104
Binary101111001011011010011111011111111010110000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB69F; }

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

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

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

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

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

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

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

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