#B28B6C

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

Shades of Mongoose #B28B6C

Tints of Mongoose #B28B6C

Color information

#B28B6C (or 0xB28B6C) is unknown color: approx Mongoose. HEX triplet: B2, 8B and 6C. RGB value is (178,139,108). Sum of RGB (Red+Green+Blue) = 178+139+108=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28B6C is #4D7493. Grayscale: #939393. Windows color (decimal): -5076116 or 7113650. OLE color: 7113650.

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

Color convert

RGB178139108-
CMYK00.220.390.30
HSL26.57º31.25%56.08%-
HSV(B)26.57º39.33%69.8%-
XYZ30.329.0118.19-
YUV147.13105.92150.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 139 (54.69% from 255) = 32.71%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=41.88%
G=32.71%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813910800.220.390.3026.5731.2556.08
HexB28B6C016271E1b1f38
Octal2622131540264736333770
Binary10110010100010111101100010110100111111101101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28B6C; }

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

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

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

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

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

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

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

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