#B2936C

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

Shades of Mongoose #B2936C

Tints of Mongoose #B2936C

Color information

#B2936C (or 0xB2936C) is unknown color: approx Mongoose. HEX triplet: B2, 93 and 6C. RGB value is (178,147,108). Sum of RGB (Red+Green+Blue) = 178+147+108=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2936C is #4D6C93. Grayscale: #989898. Windows color (decimal): -5074068 or 7115698. OLE color: 7115698.

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

Color convert

RGB178147108-
CMYK00.170.390.30
HSL33.43º31.25%56.08%-
HSV(B)33.43º39.33%69.8%-
XYZ31.531.4218.59-
YUV151.82103.27146.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 147 (57.81% from 255) = 33.95%
BLUE value IS 108 (42.58% from 255) = 24.94%
R=41.11%
G=33.95%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814710800.170.390.3033.4331.2556.08
HexB2936C011271E211f38
Octal2622231540214736413770
Binary101100101001001111011000100011001111111010000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2936C; }

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

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

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

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

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

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

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

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