#B1906E

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

Shades of Mongoose #B1906E

Tints of Mongoose #B1906E

Color information

#B1906E (or 0xB1906E) is unknown color: approx Mongoose. HEX triplet: B1, 90 and 6E. RGB value is (177,144,110). Sum of RGB (Red+Green+Blue) = 177+144+110=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1906E is #4E6F91. Grayscale: #969696. Windows color (decimal): -5140370 or 7246001. OLE color: 7246001.

HSL color Cylindrical-coordinate representation of color #B1906E: hue angle of 30.45º 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 #B1906E is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB177144110-
CMYK00.190.380.31
HSL30.45º30.04%56.27%-
HSV(B)30.45º37.85%69.41%-
XYZ30.9230.4218.99-
YUV149.99105.43147.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 144 (56.64% from 255) = 33.41%
BLUE value IS 110 (43.36% from 255) = 25.52%
R=41.07%
G=33.41%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714411000.190.380.3130.4530.0456.27
HexB1906E013261F1e1e38
Octal2612201560234637363670
Binary10110001100100001101110010011100110111111111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1906E; }

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

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

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

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

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

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

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

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