#B1956E

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

Shades of Mongoose #B1956E

Tints of Mongoose #B1956E

Color information

#B1956E (or 0xB1956E) is unknown color: approx Mongoose. HEX triplet: B1, 95 and 6E. RGB value is (177,149,110). Sum of RGB (Red+Green+Blue) = 177+149+110=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1956E is #4E6A91. Grayscale: #999999. Windows color (decimal): -5139090 or 7247281. OLE color: 7247281.

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

Color convert

RGB177149110-
CMYK00.160.380.31
HSL34.93º30.04%56.27%-
HSV(B)34.93º37.85%69.41%-
XYZ31.6931.9719.25-
YUV152.93103.78145.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 110 (43.36% from 255) = 25.23%
R=40.60%
G=34.17%
B=25.23%

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
Decimal17714911000.160.380.3134.9330.0456.27
HexB1956E010261F231e38
Octal2612251560204637433670
Binary101100011001010111011100100001001101111110001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1956E; }

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

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

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

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

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

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

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

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