#B28D6E

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

Shades of Mongoose #B28D6E

Tints of Mongoose #B28D6E

Color information

#B28D6E (or 0xB28D6E) is unknown color: approx Mongoose. HEX triplet: B2, 8D and 6E. RGB value is (178,141,110). Sum of RGB (Red+Green+Blue) = 178+141+110=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28D6E is #4D7291. Grayscale: #949494. Windows color (decimal): -5075602 or 7245234. OLE color: 7245234.

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

Color convert

RGB178141110-
CMYK00.210.380.30
HSL27.35º30.63%56.47%-
HSV(B)27.35º38.2%69.8%-
XYZ30.729.6418.86-
YUV148.53106.26149.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=41.49%
G=32.87%
B=25.64%

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
Decimal17814111000.210.380.3027.3530.6356.47
HexB28D6E015261E1b1f38
Octal2622151560254636333770
Binary10110010100011011101110010101100110111101101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D6E; }

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

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

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

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

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

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

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

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