#B0946C

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

Shades of Mongoose #B0946C

Tints of Mongoose #B0946C

Color information

#B0946C (or 0xB0946C) is unknown color: approx Mongoose. HEX triplet: B0, 94 and 6C. RGB value is (176,148,108). Sum of RGB (Red+Green+Blue) = 176+148+108=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0946C is #4F6B93. Grayscale: #989898. Windows color (decimal): -5204884 or 7115952. OLE color: 7115952.

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

Color convert

RGB176148108-
CMYK00.160.390.31
HSL35.29º30.09%55.69%-
HSV(B)35.29º38.64%69.02%-
XYZ31.231.4918.62-
YUV151.81103.28145.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 148 (58.20% from 255) = 34.26%
BLUE value IS 108 (42.58% from 255) = 25%
R=40.74%
G=34.26%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614810800.160.390.3135.2930.0955.69
HexB0946C010271F231e38
Octal2602241540204737433670
Binary101100001001010011011000100001001111111110001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0946C; }

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

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

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

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

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

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

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

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