#B1946F

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

Shades of Mongoose #B1946F

Tints of Mongoose #B1946F

Color information

#B1946F (or 0xB1946F) is unknown color: approx Mongoose. HEX triplet: B1, 94 and 6F. RGB value is (177,148,111). Sum of RGB (Red+Green+Blue) = 177+148+111=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1946F is #4E6B90. Grayscale: #989898. Windows color (decimal): -5139345 or 7312561. OLE color: 7312561.

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

Color convert

RGB177148111-
CMYK00.160.370.31
HSL33.64º29.73%56.47%-
HSV(B)33.64º37.29%69.41%-
XYZ31.5931.6719.49-
YUV152.45104.61145.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 148 (58.20% from 255) = 33.94%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=40.60%
G=33.94%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714811100.160.370.3133.6429.7356.47
HexB1946F010251F221e38
Octal2612241570204537423670
Binary101100011001010011011110100001001011111110001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1946F; }

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

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

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

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

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

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

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

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