#B4B19F

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

Shades of Tana #B4B19F

Tints of Tana #B4B19F

Color information

#B4B19F (or 0xB4B19F) is unknown color: approx Tana. HEX triplet: B4, B1 and 9F. RGB value is (180,177,159). Sum of RGB (Red+Green+Blue) = 180+177+159=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B19F is #4B4E60. Grayscale: #AFAFAF. Windows color (decimal): -4935265 or 10465716. OLE color: 10465716.

HSL color Cylindrical-coordinate representation of color #B4B19F: hue angle of 51.43º degrees, saturation: 0.12, 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 #B4B19F is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180177159-
CMYK00.020.120.29
HSL51.43º12.28%66.47%-
HSV(B)51.43º11.67%70.59%-
XYZ40.843.6539.08-
YUV175.84118.49130.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=34.88%
G=34.30%
B=30.81%

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
Decimal18017715900.020.120.2951.4312.2866.47
HexB4B19F02C1D33c42
Octal2642612370214356314102
Binary10110100101100011001111101011001110111001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B19F; }

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

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

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

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

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

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

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

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