#B1B19C

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

Shades of Tana #B1B19C

Tints of Tana #B1B19C

Color information

#B1B19C (or 0xB1B19C) is unknown color: approx Tana. HEX triplet: B1, B1 and 9C. RGB value is (177,177,156). Sum of RGB (Red+Green+Blue) = 177+177+156=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B19C is #4E4E63. Grayscale: #AEAEAE. Windows color (decimal): -5131876 or 10269105. OLE color: 10269105.

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

Color convert

RGB177177156-
CMYK000.120.31
HSL60º11.86%65.29%-
HSV(B)60º11.86%69.41%-
XYZ39.8543.1937.69-
YUV174.61117.5129.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 177 (69.53% from 255) = 34.71%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=34.71%
G=34.71%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177177156000.120.316011.8665.29
HexB1B19C00C1F3cc41
Octal2612612340014377414101
Binary1011000110110001100111000011001111111110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B19C; }

 p { color: rgb(177,177,156); }

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

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

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

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

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

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

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