#B58C6B

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

Shades of Mongoose #B58C6B

Tints of Mongoose #B58C6B

Color information

#B58C6B (or 0xB58C6B) is unknown color: approx Mongoose. HEX triplet: B5, 8C and 6B. RGB value is (181,140,107). Sum of RGB (Red+Green+Blue) = 181+140+107=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C6B is #4A7394. Grayscale: #949494. Windows color (decimal): -4879253 or 7048373. OLE color: 7048373.

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

Color convert

RGB181140107-
CMYK00.230.410.29
HSL26.76º33.33%56.47%-
HSV(B)26.76º40.88%70.98%-
XYZ31.0929.6417.99-
YUV148.5104.58151.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 140 (55.08% from 255) = 32.71%
BLUE value IS 107 (42.19% from 255) = 25%
R=42.29%
G=32.71%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114010700.230.410.2926.7633.3356.47
HexB58C6B017291D1b2138
Octal2652141530275135334170
Binary101101011000110011010110101111010011110111011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58C6B; }

 p { color: rgb(181,140,107); }

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

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

 a { background-color: rgb(181,140,107); }

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

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

 span { border-color: rgb(181,140,107); }

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