#B1946E

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

Shades of Mongoose #B1946E

Tints of Mongoose #B1946E

Color information

#B1946E (or 0xB1946E) is unknown color: approx Mongoose. HEX triplet: B1, 94 and 6E. RGB value is (177,148,110). Sum of RGB (Red+Green+Blue) = 177+148+110=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B1946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1946E is #4E6B91. Grayscale: #989898. Windows color (decimal): -5139346 or 7247025. OLE color: 7247025.

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

Color convert

RGB177148110-
CMYK00.160.380.31
HSL34.03º30.04%56.27%-
HSV(B)34.03º37.85%69.41%-
XYZ31.5431.6519.2-
YUV152.34104.11145.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 110 (43.36% from 255) = 25.29%
R=40.69%
G=34.02%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714811000.160.380.3134.0330.0456.27
HexB1946E010261F221e38
Octal2612241560204637423670
Binary101100011001010011011100100001001101111110001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1946E; }

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

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

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

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

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

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

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

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