#B0936B

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

Shades of Mongoose #B0936B

Tints of Mongoose #B0936B

Color information

#B0936B (or 0xB0936B) is unknown color: approx Mongoose. HEX triplet: B0, 93 and 6B. RGB value is (176,147,107). Sum of RGB (Red+Green+Blue) = 176+147+107=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0936B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0936B is #4F6C94. Grayscale: #979797. Windows color (decimal): -5205141 or 7050160. OLE color: 7050160.

HSL color Cylindrical-coordinate representation of color #B0936B: hue angle of 34.78º 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 #B0936B is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB176147107-
CMYK00.160.390.31
HSL34.78º30.4%55.49%-
HSV(B)34.78º39.2%69.02%-
XYZ30.9931.1618.29-
YUV151.11103.11145.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 107 (42.19% from 255) = 24.88%
R=40.93%
G=34.19%
B=24.88%

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
Decimal17614710700.160.390.3134.7830.455.49
HexB0936B010271F231e37
Octal2602231530204737433667
Binary101100001001001111010110100001001111111110001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0936B; }

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

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

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

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

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

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

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

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