#B58D6C

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

Shades of Mongoose #B58D6C

Tints of Mongoose #B58D6C

Color information

#B58D6C (or 0xB58D6C) is unknown color: approx Mongoose. HEX triplet: B5, 8D and 6C. RGB value is (181,141,108). Sum of RGB (Red+Green+Blue) = 181+141+108=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D6C is #4A7293. Grayscale: #959595. Windows color (decimal): -4878996 or 7114165. OLE color: 7114165.

HSL color Cylindrical-coordinate representation of color #B58D6C: hue angle of 27.12º 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 #B58D6C is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB181141108-
CMYK00.220.400.29
HSL27.12º33.03%56.67%-
HSV(B)27.12º40.33%70.98%-
XYZ31.2929.9618.32-
YUV149.2104.75150.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 141 (55.47% from 255) = 32.79%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=42.09%
G=32.79%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114110800.220.400.2927.1233.0356.67
HexB58D6C016281D1b2139
Octal2652151540265035334171
Binary101101011000110111011000101101010001110111011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D6C; }

 p { color: rgb(181,141,108); }

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

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

 a { background-color: rgb(181,141,108); }

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

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

 span { border-color: rgb(181,141,108); }

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