#B4B19E

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

Shades of Tana #B4B19E

Tints of Tana #B4B19E

Color information

#B4B19E (or 0xB4B19E) is unknown color: approx Tana. HEX triplet: B4, B1 and 9E. RGB value is (180,177,158). Sum of RGB (Red+Green+Blue) = 180+177+158=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B19E is #4B4E61. Grayscale: #AFAFAF. Windows color (decimal): -4935266 or 10400180. OLE color: 10400180.

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

Color convert

RGB180177158-
CMYK00.020.120.29
HSL51.82º12.79%66.27%-
HSV(B)51.82º12.22%70.59%-
XYZ40.7243.6238.62-
YUV175.73117.99131.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 177 (69.53% from 255) = 34.37%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=34.95%
G=34.37%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017715800.020.120.2951.8212.7966.27
HexB4B19E02C1D34d42
Octal2642612360214356415102
Binary10110100101100011001111001011001110111010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B19E; }

 p { color: rgb(180,177,158); }

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

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

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

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

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

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

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