#BFBC99

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

Shades of Tana #BFBC99

Tints of Tana #BFBC99

Color information

#BFBC99 (or 0xBFBC99) is unknown color: approx Tana. HEX triplet: BF, BC and 99. RGB value is (191,188,153). Sum of RGB (Red+Green+Blue) = 191+188+153=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC99 is #404366. Grayscale: #B9B9B9. Windows color (decimal): -4211559 or 10075327. OLE color: 10075327.

HSL color Cylindrical-coordinate representation of color #BFBC99: hue angle of 55.26º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFBC99 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB191188153-
CMYK00.020.200.25
HSL55.26º22.89%67.45%-
HSV(B)55.26º19.9%74.9%-
XYZ45.2249.3437.28-
YUV184.91109.99132.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 188 (73.83% from 255) = 35.34%
BLUE value IS 153 (60.16% from 255) = 28.76%
R=35.90%
G=35.34%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118815300.020.200.2555.2622.8967.45
HexBFBC99021419371743
Octal2772742310224316727103
Binary1011111110111100100110010101010011001110111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC99; }

 p { color: rgb(191,188,153); }

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

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

 a { background-color: rgb(191,188,153); }

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

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

 span { border-color: rgb(191,188,153); }

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