#BFB899

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

Shades of Tana #BFB899

Tints of Tana #BFB899

Color information

#BFB899 (or 0xBFB899) is unknown color: approx Tana. HEX triplet: BF, B8 and 99. RGB value is (191,184,153). Sum of RGB (Red+Green+Blue) = 191+184+153=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB899 is #404766. Grayscale: #B6B6B6. Windows color (decimal): -4212583 or 10074303. OLE color: 10074303.

HSL color Cylindrical-coordinate representation of color #BFB899: hue angle of 48.95º 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 #BFB899 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB191184153-
CMYK00.040.200.25
HSL48.95º22.89%67.45%-
HSV(B)48.95º19.9%74.9%-
XYZ44.3847.6637-
YUV182.56111.32134.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 184 (72.27% from 255) = 34.85%
BLUE value IS 153 (60.16% from 255) = 28.98%
R=36.17%
G=34.85%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118415300.040.200.2548.9522.8967.45
HexBFB899041419311743
Octal2772702310424316127103
Binary10111111101110001001100101001010011001110001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB899; }

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

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

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

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

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

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

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

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