#BFBB9E

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

Shades of Tana #BFBB9E

Tints of Tana #BFBB9E

Color information

#BFBB9E (or 0xBFBB9E) is unknown color: approx Tana. HEX triplet: BF, BB and 9E. RGB value is (191,187,158). Sum of RGB (Red+Green+Blue) = 191+187+158=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB9E is #404461. Grayscale: #B9B9B9. Windows color (decimal): -4211810 or 10402751. OLE color: 10402751.

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

Color convert

RGB191187158-
CMYK00.020.170.25
HSL52.73º20.5%68.43%-
HSV(B)52.73º17.28%74.9%-
XYZ45.4349.0939.43-
YUV184.89112.83132.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 158 (62.11% from 255) = 29.48%
R=35.63%
G=34.89%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118715800.020.170.2552.7320.568.43
HexBFBB9E021119351444
Octal2772732360221316524104
Binary1011111110111011100111100101000111001110101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB9E; }

 p { color: rgb(191,187,158); }

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

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

 a { background-color: rgb(191,187,158); }

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

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

 span { border-color: rgb(191,187,158); }

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