#B0946F

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

Shades of Mongoose #B0946F

Tints of Mongoose #B0946F

Color information

#B0946F (or 0xB0946F) is unknown color: approx Mongoose. HEX triplet: B0, 94 and 6F. RGB value is (176,148,111). Sum of RGB (Red+Green+Blue) = 176+148+111=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0946F is #4F6B90. Grayscale: #989898. Windows color (decimal): -5204881 or 7312560. OLE color: 7312560.

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

Color convert

RGB176148111-
CMYK00.160.370.31
HSL34.15º29.15%56.27%-
HSV(B)34.15º36.93%69.02%-
XYZ31.3631.5619.48-
YUV152.15104.78145.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 111 (43.75% from 255) = 25.52%
R=40.46%
G=34.02%
B=25.52%

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
Decimal17614811100.160.370.3134.1529.1556.27
HexB0946F010251F221d38
Octal2602241570204537423570
Binary101100001001010011011110100001001011111110001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0946F; }

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

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

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

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

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

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

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

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