#B2906D

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

Shades of Mongoose #B2906D

Tints of Mongoose #B2906D

Color information

#B2906D (or 0xB2906D) is unknown color: approx Mongoose. HEX triplet: B2, 90 and 6D. RGB value is (178,144,109). Sum of RGB (Red+Green+Blue) = 178+144+109=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B2906D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2906D is #4D6F92. Grayscale: #969696. Windows color (decimal): -5074835 or 7180466. OLE color: 7180466.

HSL color Cylindrical-coordinate representation of color #B2906D: hue angle of 30.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 #B2906D is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB178144109-
CMYK00.190.390.30
HSL30.43º30.94%56.27%-
HSV(B)30.43º38.76%69.8%-
XYZ31.0930.5218.72-
YUV150.18104.76147.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 144 (56.64% from 255) = 33.41%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=41.30%
G=33.41%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814410900.190.390.3030.4330.9456.27
HexB2906D013271E1e1f38
Octal2622201550234736363770
Binary10110010100100001101101010011100111111101111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2906D; }

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

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

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

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

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

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

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

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