#B28C66

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

Shades of Mongoose #B28C66

Tints of Mongoose #B28C66

Color information

#B28C66 (or 0xB28C66) is unknown color: approx Mongoose. HEX triplet: B2, 8C and 66. RGB value is (178,140,102). Sum of RGB (Red+Green+Blue) = 178+140+102=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C66 is #4D7399. Grayscale: #939393. Windows color (decimal): -5075866 or 6720690. OLE color: 6720690.

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

Color convert

RGB178140102-
CMYK00.210.430.30
HSL30º33.04%54.9%-
HSV(B)30º42.7%69.8%-
XYZ30.1429.1816.61-
YUV147.03102.59150.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 140 (55.08% from 255) = 33.33%
BLUE value IS 102 (40.23% from 255) = 24.29%
R=42.38%
G=33.33%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814010200.210.430.303033.0454.9
HexB28C660152B1E1e2137
Octal2622141460255336364167
Binary101100101000110011001100101011010111111011110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28C66; }

 p { color: rgb(178,140,102); }

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

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

 a { background-color: rgb(178,140,102); }

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

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

 span { border-color: rgb(178,140,102); }

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