#B0906C

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

Shades of Mongoose #B0906C

Tints of Mongoose #B0906C

Color information

#B0906C (or 0xB0906C) is unknown color: approx Mongoose. HEX triplet: B0, 90 and 6C. RGB value is (176,144,108). Sum of RGB (Red+Green+Blue) = 176+144+108=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B0906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0906C is #4F6F93. Grayscale: #959595. Windows color (decimal): -5205908 or 7114928. OLE color: 7114928.

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

Color convert

RGB176144108-
CMYK00.180.390.31
HSL31.76º30.09%55.69%-
HSV(B)31.76º38.64%69.02%-
XYZ30.5830.2618.42-
YUV149.46104.6146.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 108 (42.58% from 255) = 25.23%
R=41.12%
G=33.64%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614410800.180.390.3131.7630.0955.69
HexB0906C012271F201e38
Octal2602201540224737403670
Binary101100001001000011011000100101001111111110000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0906C; }

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

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

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

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

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

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

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

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