#B58A6D

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

Shades of Mongoose #B58A6D

Tints of Mongoose #B58A6D

Color information

#B58A6D (or 0xB58A6D) is unknown color: approx Mongoose. HEX triplet: B5, 8A and 6D. RGB value is (181,138,109). Sum of RGB (Red+Green+Blue) = 181+138+109=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A6D is #4A7592. Grayscale: #939393. Windows color (decimal): -4879763 or 7178933. OLE color: 7178933.

HSL color Cylindrical-coordinate representation of color #B58A6D: hue angle of 24.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B58A6D is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB181138109-
CMYK00.240.400.29
HSL24.17º32.73%56.86%-
HSV(B)24.17º39.78%70.98%-
XYZ30.929.118.46-
YUV147.55106.25151.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 138 (54.30% from 255) = 32.24%
BLUE value IS 109 (42.97% from 255) = 25.47%
R=42.29%
G=32.24%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113810900.240.400.2924.1732.7356.86
HexB58A6D018281D182139
Octal2652121550305035304171
Binary101101011000101011011010110001010001110111000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A6D; }

 p { color: rgb(181,138,109); }

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

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

 a { background-color: rgb(181,138,109); }

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

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

 span { border-color: rgb(181,138,109); }

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