#B1916A

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

Shades of Mongoose #B1916A

Tints of Mongoose #B1916A

Color information

#B1916A (or 0xB1916A) is unknown color: approx Mongoose. HEX triplet: B1, 91 and 6A. RGB value is (177,145,106). Sum of RGB (Red+Green+Blue) = 177+145+106=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B1916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1916A is #4E6E95. Grayscale: #969696. Windows color (decimal): -5140118 or 6984113. OLE color: 6984113.

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

Color convert

RGB177145106-
CMYK00.180.400.31
HSL32.96º31.28%55.49%-
HSV(B)32.96º40.11%69.41%-
XYZ30.8630.6417.92-
YUV150.12103.1147.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 145 (57.03% from 255) = 33.88%
BLUE value IS 106 (41.80% from 255) = 24.77%
R=41.36%
G=33.88%
B=24.77%

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
Decimal17714510600.180.400.3132.9631.2855.49
HexB1916A012281F211f37
Octal2612211520225037413767
Binary101100011001000111010100100101010001111110000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1916A; }

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

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

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

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

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

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

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

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