#B0946D

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

Shades of Mongoose #B0946D

Tints of Mongoose #B0946D

Color information

#B0946D (or 0xB0946D) is unknown color: approx Mongoose. HEX triplet: B0, 94 and 6D. RGB value is (176,148,109). Sum of RGB (Red+Green+Blue) = 176+148+109=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0946D is #4F6B92. Grayscale: #989898. Windows color (decimal): -5204883 or 7181488. OLE color: 7181488.

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

Color convert

RGB176148109-
CMYK00.160.380.31
HSL34.93º29.78%55.88%-
HSV(B)34.93º38.07%69.02%-
XYZ31.2531.5118.9-
YUV151.93103.78145.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=40.65%
G=34.18%
B=25.17%

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
Decimal17614810900.160.380.3134.9329.7855.88
HexB0946D010261F231e38
Octal2602241550204637433670
Binary101100001001010011011010100001001101111110001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0946D; }

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

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

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

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

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

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

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

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