#B0926E

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

Shades of Mongoose #B0926E

Tints of Mongoose #B0926E

Color information

#B0926E (or 0xB0926E) is unknown color: approx Mongoose. HEX triplet: B0, 92 and 6E. RGB value is (176,146,110). Sum of RGB (Red+Green+Blue) = 176+146+110=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0926E is #4F6D91. Grayscale: #979797. Windows color (decimal): -5205394 or 7246512. OLE color: 7246512.

HSL color Cylindrical-coordinate representation of color #B0926E: hue angle of 32.73º degrees, saturation: 0.29, 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 #B0926E is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB176146110-
CMYK00.170.370.31
HSL32.73º29.46%56.08%-
HSV(B)32.73º37.5%69.02%-
XYZ3130.9119.09-
YUV150.87104.94145.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 146 (57.42% from 255) = 33.80%
BLUE value IS 110 (43.36% from 255) = 25.46%
R=40.74%
G=33.80%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614611000.170.370.3132.7329.4656.08
HexB0926E011251F211d38
Octal2602221560214537413570
Binary101100001001001011011100100011001011111110000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0926E; }

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

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

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

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

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

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

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

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