#B0916A

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

Shades of Mongoose #B0916A

Tints of Mongoose #B0916A

Color information

#B0916A (or 0xB0916A) is unknown color: approx Mongoose. HEX triplet: B0, 91 and 6A. RGB value is (176,145,106). Sum of RGB (Red+Green+Blue) = 176+145+106=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B0916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0916A is #4F6E95. Grayscale: #969696. Windows color (decimal): -5205654 or 6984112. OLE color: 6984112.

HSL color Cylindrical-coordinate representation of color #B0916A: hue angle of 33.43º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0916A is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB176145106-
CMYK00.180.400.31
HSL33.43º30.7%55.29%-
HSV(B)33.43º39.77%69.02%-
XYZ30.6330.5217.91-
YUV149.82103.27146.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 106 (41.80% from 255) = 24.82%
R=41.22%
G=33.96%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614510600.180.400.3133.4330.755.29
HexB0916A012281F211f37
Octal2602211520225037413767
Binary101100001001000111010100100101010001111110000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0916A; }

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

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

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

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

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

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

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

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