#B2906E

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

Shades of Mongoose #B2906E

Tints of Mongoose #B2906E

Color information

#B2906E (or 0xB2906E) is unknown color: approx Mongoose. HEX triplet: B2, 90 and 6E. RGB value is (178,144,110). Sum of RGB (Red+Green+Blue) = 178+144+110=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B2906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2906E is #4D6F91. Grayscale: #969696. Windows color (decimal): -5074834 or 7246002. OLE color: 7246002.

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

Color convert

RGB178144110-
CMYK00.190.380.30
HSL30º30.63%56.47%-
HSV(B)30º38.2%69.8%-
XYZ31.1530.5419-
YUV150.29105.26147.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 144 (56.64% from 255) = 33.33%
BLUE value IS 110 (43.36% from 255) = 25.46%
R=41.20%
G=33.33%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814411000.190.380.303030.6356.47
HexB2906E013261E1e1f38
Octal2622201560234636363770
Binary10110010100100001101110010011100110111101111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2906E; }

 p { color: rgb(178,144,110); }

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

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

 a { background-color: rgb(178,144,110); }

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

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

 span { border-color: rgb(178,144,110); }

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