#B1916B

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

Shades of Mongoose #B1916B

Tints of Mongoose #B1916B

Color information

#B1916B (or 0xB1916B) is unknown color: approx Mongoose. HEX triplet: B1, 91 and 6B. RGB value is (177,145,107). Sum of RGB (Red+Green+Blue) = 177+145+107=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B1916B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1916B is #4E6E94. Grayscale: #969696. Windows color (decimal): -5140117 or 7049649. OLE color: 7049649.

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

Color convert

RGB177145107-
CMYK00.180.400.31
HSL32.57º30.97%55.69%-
HSV(B)32.57º39.55%69.41%-
XYZ30.9130.6618.2-
YUV150.24103.6147.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 107 (42.19% from 255) = 24.94%
R=41.26%
G=33.80%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714510700.180.400.3132.5730.9755.69
HexB1916B012281F211f38
Octal2612211530225037413770
Binary101100011001000111010110100101010001111110000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1916B; }

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

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

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

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

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

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

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

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