#B0926B

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

Shades of Mongoose #B0926B

Tints of Mongoose #B0926B

Color information

#B0926B (or 0xB0926B) is unknown color: approx Mongoose. HEX triplet: B0, 92 and 6B. RGB value is (176,146,107). Sum of RGB (Red+Green+Blue) = 176+146+107=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B0926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0926B is #4F6D94. Grayscale: #969696. Windows color (decimal): -5205397 or 7049904. OLE color: 7049904.

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

Color convert

RGB176146107-
CMYK00.170.390.31
HSL33.91º30.4%55.49%-
HSV(B)33.91º39.2%69.02%-
XYZ30.8430.8518.24-
YUV150.52103.44146.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 146 (57.42% from 255) = 34.03%
BLUE value IS 107 (42.19% from 255) = 24.94%
R=41.03%
G=34.03%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614610700.170.390.3133.9130.455.49
HexB0926B011271F221e37
Octal2602221530214737423667
Binary101100001001001011010110100011001111111110001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0926B; }

 p { color: rgb(176,146,107); }

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

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

 a { background-color: rgb(176,146,107); }

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

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

 span { border-color: rgb(176,146,107); }

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