#BFB99B

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

Shades of Tana #BFB99B

Tints of Tana #BFB99B

Color information

#BFB99B (or 0xBFB99B) is unknown color: approx Tana. HEX triplet: BF, B9 and 9B. RGB value is (191,185,155). Sum of RGB (Red+Green+Blue) = 191+185+155=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB99B is #404664. Grayscale: #B7B7B7. Windows color (decimal): -4212325 or 10205631. OLE color: 10205631.

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

Color convert

RGB191185155-
CMYK00.030.190.25
HSL50º21.95%67.84%-
HSV(B)50º18.85%74.9%-
XYZ44.7548.1437.94-
YUV183.37111.99133.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 185 (72.66% from 255) = 34.84%
BLUE value IS 155 (60.94% from 255) = 29.19%
R=35.97%
G=34.84%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118515500.030.190.255021.9567.84
HexBFB99B031319321644
Octal2772712330323316226104
Binary1011111110111001100110110111001111001110010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB99B; }

 p { color: rgb(191,185,155); }

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

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

 a { background-color: rgb(191,185,155); }

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

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

 span { border-color: rgb(191,185,155); }

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