#B28F6E

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

Shades of Mongoose #B28F6E

Tints of Mongoose #B28F6E

Color information

#B28F6E (or 0xB28F6E) is unknown color: approx Mongoose. HEX triplet: B2, 8F and 6E. RGB value is (178,143,110). Sum of RGB (Red+Green+Blue) = 178+143+110=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F6E is #4D7091. Grayscale: #959595. Windows color (decimal): -5075090 or 7245746. OLE color: 7245746.

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

Color convert

RGB178143110-
CMYK00.200.380.30
HSL29.12º30.63%56.47%-
HSV(B)29.12º38.2%69.8%-
XYZ3130.2418.95-
YUV149.7105.6148.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 143 (56.25% from 255) = 33.18%
BLUE value IS 110 (43.36% from 255) = 25.52%
R=41.30%
G=33.18%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814311000.200.380.3029.1230.6356.47
HexB28F6E014261E1d1f38
Octal2622171560244636353770
Binary10110010100011111101110010100100110111101110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28F6E; }

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

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

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

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

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

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

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

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