#BCB89F

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

Shades of Tana #BCB89F

Tints of Tana #BCB89F

Color information

#BCB89F (or 0xBCB89F) is unknown color: approx Tana. HEX triplet: BC, B8 and 9F. RGB value is (188,184,159). Sum of RGB (Red+Green+Blue) = 188+184+159=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB89F is #434760. Grayscale: #B6B6B6. Windows color (decimal): -4409185 or 10467516. OLE color: 10467516.

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

Color convert

RGB188184159-
CMYK00.020.150.26
HSL51.72º17.79%68.04%-
HSV(B)51.72º15.43%73.73%-
XYZ44.1447.4839.64-
YUV182.35114.83132.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 159 (62.5% from 255) = 29.94%
R=35.40%
G=34.65%
B=29.94%

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
Decimal18818415900.020.150.2651.7217.7968.04
HexBCB89F02F1A341244
Octal2742702370217326422104
Binary101111001011100010011111010111111010110100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB89F; }

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

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

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

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

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

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

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

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