#B0936C

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

Shades of Mongoose #B0936C

Tints of Mongoose #B0936C

Color information

#B0936C (or 0xB0936C) is unknown color: approx Mongoose. HEX triplet: B0, 93 and 6C. RGB value is (176,147,108). Sum of RGB (Red+Green+Blue) = 176+147+108=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0936C is #4F6C93. Grayscale: #979797. Windows color (decimal): -5205140 or 7115696. OLE color: 7115696.

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

Color convert

RGB176147108-
CMYK00.160.390.31
HSL34.41º30.09%55.69%-
HSV(B)34.41º38.64%69.02%-
XYZ31.0431.1818.57-
YUV151.23103.61145.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 108 (42.58% from 255) = 25.06%
R=40.84%
G=34.11%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614710800.160.390.3134.4130.0955.69
HexB0936C010271F221e38
Octal2602231540204737423670
Binary101100001001001111011000100001001111111110001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0936C; }

 p { color: rgb(176,147,108); }

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

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

 a { background-color: rgb(176,147,108); }

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

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

 span { border-color: rgb(176,147,108); }

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