#B1916D

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

Shades of Mongoose #B1916D

Tints of Mongoose #B1916D

Color information

#B1916D (or 0xB1916D) is unknown color: approx Mongoose. HEX triplet: B1, 91 and 6D. RGB value is (177,145,109). Sum of RGB (Red+Green+Blue) = 177+145+109=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1916D is #4E6E92. Grayscale: #969696. Windows color (decimal): -5140115 or 7180721. OLE color: 7180721.

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

Color convert

RGB177145109-
CMYK00.180.380.31
HSL31.76º30.36%56.08%-
HSV(B)31.76º38.42%69.41%-
XYZ31.0230.718.76-
YUV150.46104.6146.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 145 (57.03% from 255) = 33.64%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=41.07%
G=33.64%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714510900.180.380.3131.7630.3656.08
HexB1916D012261F201e38
Octal2612211550224637403670
Binary101100011001000111011010100101001101111110000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1916D; }

 p { color: rgb(177,145,109); }

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

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

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

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

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

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

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