#B28C6E

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

Shades of Mongoose #B28C6E

Tints of Mongoose #B28C6E

Color information

#B28C6E (or 0xB28C6E) is unknown color: approx Mongoose. HEX triplet: B2, 8C and 6E. RGB value is (178,140,110). Sum of RGB (Red+Green+Blue) = 178+140+110=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C6E is #4D7391. Grayscale: #949494. Windows color (decimal): -5075858 or 7244978. OLE color: 7244978.

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

Color convert

RGB178140110-
CMYK00.210.380.30
HSL26.47º30.63%56.47%-
HSV(B)26.47º38.2%69.8%-
XYZ30.5529.3518.81-
YUV147.94106.59149.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.59%
GREEN value IS 140 (55.08% from 255) = 32.71%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=41.59%
G=32.71%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814011000.210.380.3026.4730.6356.47
HexB28C6E015261E1a1f38
Octal2622141560254636323770
Binary10110010100011001101110010101100110111101101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28C6E; }

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

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

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

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

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

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

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

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