#B9B89C

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

Shades of Tana #B9B89C

Tints of Tana #B9B89C

Color information

#B9B89C (or 0xB9B89C) is unknown color: approx Tana. HEX triplet: B9, B8 and 9C. RGB value is (185,184,156). Sum of RGB (Red+Green+Blue) = 185+184+156=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B89C is #464763. Grayscale: #B5B5B5. Windows color (decimal): -4605796 or 10270905. OLE color: 10270905.

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

Color convert

RGB185184156-
CMYK00.010.160.27
HSL57.93º17.16%66.86%-
HSV(B)57.93º15.68%72.55%-
XYZ43.154738.25-
YUV181.11113.83130.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.24%
GREEN value IS 184 (72.27% from 255) = 35.05%
BLUE value IS 156 (61.33% from 255) = 29.71%
R=35.24%
G=35.05%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518415600.010.160.2757.9317.1666.86
HexB9B89C01101B3a1143
Octal2712702340120337221103
Binary101110011011100010011100011000011011111010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B89C; }

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

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

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

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

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

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

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

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