#BFB898

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

Shades of Tana #BFB898

Tints of Tana #BFB898

Color information

#BFB898 (or 0xBFB898) is unknown color: approx Tana. HEX triplet: BF, B8 and 98. RGB value is (191,184,152). Sum of RGB (Red+Green+Blue) = 191+184+152=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB898 is #404767. Grayscale: #B6B6B6. Windows color (decimal): -4212584 or 10008767. OLE color: 10008767.

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

Color convert

RGB191184152-
CMYK00.040.200.25
HSL49.23º23.35%67.25%-
HSV(B)49.23º20.42%74.9%-
XYZ44.2947.6236.56-
YUV182.44110.82134.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 184 (72.27% from 255) = 34.91%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=36.24%
G=34.91%
B=28.84%

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
Decimal19118415200.040.200.2549.2323.3567.25
HexBFB898041419311743
Octal2772702300424316127103
Binary10111111101110001001100001001010011001110001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB898; }

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

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

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

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

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

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

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

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