#B19070

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

Shades of Mongoose #B19070

Tints of Mongoose #B19070

Color information

#B19070 (or 0xB19070) is unknown color: approx Mongoose. HEX triplet: B1, 90 and 70. RGB value is (177,144,112). Sum of RGB (Red+Green+Blue) = 177+144+112=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B19070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19070 is #4E6F8F. Grayscale: #969696. Windows color (decimal): -5140368 or 7377073. OLE color: 7377073.

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

Color convert

RGB177144112-
CMYK00.190.370.31
HSL29.54º29.41%56.67%-
HSV(B)29.54º36.72%69.41%-
XYZ31.0330.4619.57-
YUV150.22106.43147.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 144 (56.64% from 255) = 33.26%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=40.88%
G=33.26%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714411200.190.370.3129.5429.4156.67
HexB19070013251F1e1d39
Octal2612201600234537363571
Binary10110001100100001110000010011100101111111111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19070; }

 p { color: rgb(177,144,112); }

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

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

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

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

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

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

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