#B28F6F

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

Shades of Mongoose #B28F6F

Tints of Mongoose #B28F6F

Color information

#B28F6F (or 0xB28F6F) is unknown color: approx Mongoose. HEX triplet: B2, 8F and 6F. RGB value is (178,143,111). Sum of RGB (Red+Green+Blue) = 178+143+111=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F6F is #4D7090. Grayscale: #959595. Windows color (decimal): -5075089 or 7311282. OLE color: 7311282.

HSL color Cylindrical-coordinate representation of color #B28F6F: hue angle of 28.66º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B28F6F is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB178143111-
CMYK00.200.380.30
HSL28.66º30.32%56.67%-
HSV(B)28.66º37.64%69.8%-
XYZ31.0530.2619.24-
YUV149.82106.1148.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 143 (56.25% from 255) = 33.10%
BLUE value IS 111 (43.75% from 255) = 25.69%
R=41.20%
G=33.10%
B=25.69%

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
Decimal17814311100.200.380.3028.6630.3256.67
HexB28F6F014261E1d1e39
Octal2622171570244636353671
Binary10110010100011111101111010100100110111101110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28F6F; }

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

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

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

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

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

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

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

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