#B28F6C

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

Shades of Mongoose #B28F6C

Tints of Mongoose #B28F6C

Color information

#B28F6C (or 0xB28F6C) is unknown color: approx Mongoose. HEX triplet: B2, 8F and 6C. RGB value is (178,143,108). Sum of RGB (Red+Green+Blue) = 178+143+108=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F6C is #4D7093. Grayscale: #959595. Windows color (decimal): -5075092 or 7114674. OLE color: 7114674.

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

Color convert

RGB178143108-
CMYK00.200.390.30
HSL30º31.25%56.08%-
HSV(B)30º39.33%69.8%-
XYZ30.8930.1918.39-
YUV149.48104.6148.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 143 (56.25% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=41.49%
G=33.33%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814310800.200.390.303031.2556.08
HexB28F6C014271E1e1f38
Octal2622171540244736363770
Binary10110010100011111101100010100100111111101111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28F6C; }

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

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

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

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

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

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

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

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