#BCB99F

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

Shades of Tana #BCB99F

Tints of Tana #BCB99F

Color information

#BCB99F (or 0xBCB99F) is unknown color: approx Tana. HEX triplet: BC, B9 and 9F. RGB value is (188,185,159). Sum of RGB (Red+Green+Blue) = 188+185+159=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB99F is #434660. Grayscale: #B7B7B7. Windows color (decimal): -4408929 or 10467772. OLE color: 10467772.

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

Color convert

RGB188185159-
CMYK00.020.150.26
HSL53.79º17.79%68.04%-
HSV(B)53.79º15.43%73.73%-
XYZ44.3547.8939.71-
YUV182.93114.49131.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 159 (62.5% from 255) = 29.89%
R=35.34%
G=34.77%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818515900.020.150.2653.7917.7968.04
HexBCB99F02F1A361244
Octal2742712370217326622104
Binary101111001011100110011111010111111010110110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB99F; }

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

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

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

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

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

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

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

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