#B0926D

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

Shades of Mongoose #B0926D

Tints of Mongoose #B0926D

Color information

#B0926D (or 0xB0926D) is unknown color: approx Mongoose. HEX triplet: B0, 92 and 6D. RGB value is (176,146,109). Sum of RGB (Red+Green+Blue) = 176+146+109=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0926D is #4F6D92. Grayscale: #969696. Windows color (decimal): -5205395 or 7180976. OLE color: 7180976.

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

Color convert

RGB176146109-
CMYK00.170.380.31
HSL33.13º29.78%55.88%-
HSV(B)33.13º38.07%69.02%-
XYZ30.9430.8918.8-
YUV150.75104.44146.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=40.84%
G=33.87%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614610900.170.380.3133.1329.7855.88
HexB0926D011261F211e38
Octal2602221550214637413670
Binary101100001001001011011010100011001101111110000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0926D; }

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

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

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

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

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

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

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

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