#B28D67

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

Shades of Mongoose #B28D67

Tints of Mongoose #B28D67

Color information

#B28D67 (or 0xB28D67) is unknown color: approx Mongoose. HEX triplet: B2, 8D and 67. RGB value is (178,141,103). Sum of RGB (Red+Green+Blue) = 178+141+103=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28D67 is #4D7298. Grayscale: #939393. Windows color (decimal): -5075609 or 6786482. OLE color: 6786482.

HSL color Cylindrical-coordinate representation of color #B28D67: hue angle of 30.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B28D67 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB178141103-
CMYK00.210.420.30
HSL30.4º32.75%55.1%-
HSV(B)30.4º42.13%69.8%-
XYZ30.3329.4916.93-
YUV147.73102.76149.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 141 (55.47% from 255) = 33.41%
BLUE value IS 103 (40.62% from 255) = 24.41%
R=42.18%
G=33.41%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814110300.210.420.3030.432.7555.1
HexB28D670152A1E1e2137
Octal2622151470255236364167
Binary101100101000110111001110101011010101111011110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D67; }

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

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

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

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

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

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

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

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