#B5B09F

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

Shades of Tana #B5B09F

Tints of Tana #B5B09F

Color information

#B5B09F (or 0xB5B09F) is unknown color: approx Tana. HEX triplet: B5, B0 and 9F. RGB value is (181,176,159). Sum of RGB (Red+Green+Blue) = 181+176+159=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B09F is #4A4F60. Grayscale: #AFAFAF. Windows color (decimal): -4869985 or 10465461. OLE color: 10465461.

HSL color Cylindrical-coordinate representation of color #B5B09F: hue angle of 46.36º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5B09F is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB181176159-
CMYK00.030.120.29
HSL46.36º12.94%66.67%-
HSV(B)46.36º12.15%70.98%-
XYZ40.8443.3839.02-
YUV175.56118.66131.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=35.08%
G=34.11%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117615900.030.120.2946.3612.9466.67
HexB5B09F03C1D2ed43
Octal2652602370314355615103
Binary10110101101100001001111101111001110110111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B09F; }

 p { color: rgb(181,176,159); }

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

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

 a { background-color: rgb(181,176,159); }

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

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

 span { border-color: rgb(181,176,159); }

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