#B2906C

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

Shades of Mongoose #B2906C

Tints of Mongoose #B2906C

Color information

#B2906C (or 0xB2906C) is unknown color: approx Mongoose. HEX triplet: B2, 90 and 6C. RGB value is (178,144,108). Sum of RGB (Red+Green+Blue) = 178+144+108=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B2906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2906C is #4D6F93. Grayscale: #969696. Windows color (decimal): -5074836 or 7114930. OLE color: 7114930.

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

Color convert

RGB178144108-
CMYK00.190.390.30
HSL30.86º31.25%56.08%-
HSV(B)30.86º39.33%69.8%-
XYZ31.0430.4918.44-
YUV150.06104.26147.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=41.40%
G=33.49%
B=25.12%

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
Decimal17814410800.190.390.3030.8631.2556.08
HexB2906C013271E1f1f38
Octal2622201540234736373770
Binary10110010100100001101100010011100111111101111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2906C; }

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

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

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

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

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

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

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

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