#B1B09F

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

Shades of Tana #B1B09F

Tints of Tana #B1B09F

Color information

#B1B09F (or 0xB1B09F) is unknown color: approx Tana. HEX triplet: B1, B0 and 9F. RGB value is (177,176,159). Sum of RGB (Red+Green+Blue) = 177+176+159=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B09F is #4E4F60. Grayscale: #AEAEAE. Windows color (decimal): -5132129 or 10465457. OLE color: 10465457.

HSL color Cylindrical-coordinate representation of color #B1B09F: hue angle of 56.67º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1B09F is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB177176159-
CMYK00.010.100.31
HSL56.67º10.34%65.88%-
HSV(B)56.67º10.17%69.41%-
XYZ39.9142.938.98-
YUV174.36119.33129.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 176 (69.14% from 255) = 34.38%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=34.57%
G=34.38%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717615900.010.100.3156.6710.3465.88
HexB1B09F01A1F39a42
Octal2612602370112377112102
Binary1011000110110000100111110110101111111100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B09F; }

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

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

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

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

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

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

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

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