#B9B898

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

Shades of Tana #B9B898

Tints of Tana #B9B898

Color information

#B9B898 (or 0xB9B898) is unknown color: approx Tana. HEX triplet: B9, B8 and 98. RGB value is (185,184,152). Sum of RGB (Red+Green+Blue) = 185+184+152=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B898 is #464767. Grayscale: #B4B4B4. Windows color (decimal): -4605800 or 10008761. OLE color: 10008761.

HSL color Cylindrical-coordinate representation of color #B9B898: hue angle of 58.18º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9B898 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB185184152-
CMYK00.010.180.27
HSL58.18º19.08%66.08%-
HSV(B)58.18º17.84%72.55%-
XYZ42.8246.8636.49-
YUV180.65111.83131.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 184 (72.27% from 255) = 35.32%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=35.51%
G=35.32%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518415200.010.180.2758.1819.0866.08
HexB9B89801121B3a1342
Octal2712702300122337223102
Binary101110011011100010011000011001011011111010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B898; }

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

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

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

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

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

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

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

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