#B68B68

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

Shades of Mongoose #B68B68

Tints of Mongoose #B68B68

Color information

#B68B68 (or 0xB68B68) is unknown color: approx Mongoose. HEX triplet: B6, 8B and 68. RGB value is (182,139,104). Sum of RGB (Red+Green+Blue) = 182+139+104=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68B68 is #497497. Grayscale: #949494. Windows color (decimal): -4813976 or 6851510. OLE color: 6851510.

HSL color Cylindrical-coordinate representation of color #B68B68: hue angle of 26.92º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B68B68 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB182139104-
CMYK00.240.430.29
HSL26.92º34.82%56.08%-
HSV(B)26.92º42.86%71.37%-
XYZ31.0229.4117.14-
YUV147.87103.25152.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 139 (54.69% from 255) = 32.71%
BLUE value IS 104 (41.02% from 255) = 24.47%
R=42.82%
G=32.71%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213910400.240.430.2926.9234.8256.08
HexB68B680182B1D1b2338
Octal2662131500305335334370
Binary101101101000101111010000110001010111110111011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68B68; }

 p { color: rgb(182,139,104); }

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

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

 a { background-color: rgb(182,139,104); }

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

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

 span { border-color: rgb(182,139,104); }

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