#B0956F

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

Shades of Mongoose #B0956F

Tints of Mongoose #B0956F

Color information

#B0956F (or 0xB0956F) is unknown color: approx Mongoose. HEX triplet: B0, 95 and 6F. RGB value is (176,149,111). Sum of RGB (Red+Green+Blue) = 176+149+111=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0956F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0956F is #4F6A90. Grayscale: #989898. Windows color (decimal): -5204625 or 7312816. OLE color: 7312816.

HSL color Cylindrical-coordinate representation of color #B0956F: hue angle of 35.08º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0956F is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB176149111-
CMYK00.150.370.31
HSL35.08º29.15%56.27%-
HSV(B)35.08º36.93%69.02%-
XYZ31.5231.8719.53-
YUV152.74104.45144.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=40.37%
G=34.17%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614911100.150.370.3135.0829.1556.27
HexB0956F0F251F231d38
Octal2602251570174537433570
Binary10110000100101011101111011111001011111110001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0956F; }

 p { color: rgb(176,149,111); }

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

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

 a { background-color: rgb(176,149,111); }

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

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

 span { border-color: rgb(176,149,111); }

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