#B9B69C

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

Shades of Tana #B9B69C

Tints of Tana #B9B69C

Color information

#B9B69C (or 0xB9B69C) is unknown color: approx Tana. HEX triplet: B9, B6 and 9C. RGB value is (185,182,156). Sum of RGB (Red+Green+Blue) = 185+182+156=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B69C is #464963. Grayscale: #B4B4B4. Windows color (decimal): -4606308 or 10270393. OLE color: 10270393.

HSL color Cylindrical-coordinate representation of color #B9B69C: hue angle of 53.79º 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 #B9B69C is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB185182156-
CMYK00.020.160.27
HSL53.79º17.16%66.86%-
HSV(B)53.79º15.68%72.55%-
XYZ42.7446.1738.11-
YUV179.93114.49131.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 182 (71.48% from 255) = 34.80%
BLUE value IS 156 (61.33% from 255) = 29.83%
R=35.37%
G=34.80%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518215600.020.160.2753.7917.1666.86
HexB9B69C02101B361143
Octal2712662340220336621103
Binary1011100110110110100111000101000011011110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B69C; }

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

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

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

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

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

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

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

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