#B28A68

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

Shades of Mongoose #B28A68

Tints of Mongoose #B28A68

Color information

#B28A68 (or 0xB28A68) is unknown color: approx Mongoose. HEX triplet: B2, 8A and 68. RGB value is (178,138,104). Sum of RGB (Red+Green+Blue) = 178+138+104=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28A68 is #4D7597. Grayscale: #929292. Windows color (decimal): -5076376 or 6851250. OLE color: 6851250.

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

Color convert

RGB178138104-
CMYK00.220.420.30
HSL27.57º32.46%55.29%-
HSV(B)27.57º41.57%69.8%-
XYZ29.9528.6417.05-
YUV146.08104.25150.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 104 (41.02% from 255) = 24.76%
R=42.38%
G=32.86%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813810400.220.420.3027.5732.4655.29
HexB28A680162A1E1c2037
Octal2622121500265236344067
Binary101100101000101011010000101101010101111011100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28A68; }

 p { color: rgb(178,138,104); }

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

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

 a { background-color: rgb(178,138,104); }

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

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

 span { border-color: rgb(178,138,104); }

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