#B58C69

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

Shades of Mongoose #B58C69

Tints of Mongoose #B58C69

Color information

#B58C69 (or 0xB58C69) is unknown color: approx Mongoose. HEX triplet: B5, 8C and 69. RGB value is (181,140,105). Sum of RGB (Red+Green+Blue) = 181+140+105=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C69 is #4A7396. Grayscale: #949494. Windows color (decimal): -4879255 or 6917301. OLE color: 6917301.

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

Color convert

RGB181140105-
CMYK00.230.420.29
HSL27.63º33.93%56.08%-
HSV(B)27.63º41.99%70.98%-
XYZ30.9829.617.44-
YUV148.27103.58151.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 140 (55.08% from 255) = 32.86%
BLUE value IS 105 (41.41% from 255) = 24.65%
R=42.49%
G=32.86%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114010500.230.420.2927.6333.9356.08
HexB58C690172A1D1c2238
Octal2652141510275235344270
Binary101101011000110011010010101111010101110111100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58C69; }

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

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

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

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

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

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

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

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