#B0916C

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

Shades of Mongoose #B0916C

Tints of Mongoose #B0916C

Color information

#B0916C (or 0xB0916C) is unknown color: approx Mongoose. HEX triplet: B0, 91 and 6C. RGB value is (176,145,108). Sum of RGB (Red+Green+Blue) = 176+145+108=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B0916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0916C is #4F6E93. Grayscale: #969696. Windows color (decimal): -5205652 or 7115184. OLE color: 7115184.

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

Color convert

RGB176145108-
CMYK00.180.390.31
HSL32.65º30.09%55.69%-
HSV(B)32.65º38.64%69.02%-
XYZ30.7430.5618.47-
YUV150.05104.27146.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=41.03%
G=33.80%
B=25.17%

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
Decimal17614510800.180.390.3132.6530.0955.69
HexB0916C012271F211e38
Octal2602211540224737413670
Binary101100001001000111011000100101001111111110000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0916C; }

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

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

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

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

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

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

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

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