#B28B69

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

Shades of Mongoose #B28B69

Tints of Mongoose #B28B69

Color information

#B28B69 (or 0xB28B69) is unknown color: approx Mongoose. HEX triplet: B2, 8B and 69. RGB value is (178,139,105). Sum of RGB (Red+Green+Blue) = 178+139+105=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28B69 is #4D7496. Grayscale: #929292. Windows color (decimal): -5076119 or 6917042. OLE color: 6917042.

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

Color convert

RGB178139105-
CMYK00.220.410.30
HSL27.95º32.16%55.49%-
HSV(B)27.95º41.01%69.8%-
XYZ30.1428.9517.36-
YUV146.78104.42150.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=42.18%
G=32.94%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813910500.220.410.3027.9532.1655.49
HexB28B69016291E1c2037
Octal2622131510265136344067
Binary101100101000101111010010101101010011111011100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28B69; }

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

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

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

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

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

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

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

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