#B48257

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

Shades of Muddy Waters #B48257

Tints of Muddy Waters #B48257

Color information

#B48257 (or 0xB48257) is unknown color: approx Muddy Waters. HEX triplet: B4, 82 and 57. RGB value is (180,130,87). Sum of RGB (Red+Green+Blue) = 180+130+87=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B48257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48257 is #4B7DA8. Grayscale: #8C8C8C. Windows color (decimal): -4947369 or 5735092. OLE color: 5735092.

HSL color Cylindrical-coordinate representation of color #B48257: hue angle of 27.74º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B48257 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18013087-
CMYK00.280.520.29
HSL27.74º38.27%52.35%-
HSV(B)27.74º51.67%70.59%-
XYZ28.5326.3612.6-
YUV140.0598.06156.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 87 (34.38% from 255) = 21.91%
R=45.34%
G=32.75%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801308700.280.520.2927.7438.2752.35
HexB4825701C341D1c2634
Octal2642021270346435344664
Binary101101001000001010101110111001101001110111100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48257; }

 p { color: rgb(180,130,87); }

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

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

 a { background-color: rgb(180,130,87); }

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

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

 span { border-color: rgb(180,130,87); }

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