#B48156

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

Shades of Muddy Waters #B48156

Tints of Muddy Waters #B48156

Color information

#B48156 (or 0xB48156) is unknown color: approx Muddy Waters. HEX triplet: B4, 81 and 56. RGB value is (180,129,86). Sum of RGB (Red+Green+Blue) = 180+129+86=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B48156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48156 is #4B7EA9. Grayscale: #8B8B8B. Windows color (decimal): -4947626 or 5669300. OLE color: 5669300.

HSL color Cylindrical-coordinate representation of color #B48156: hue angle of 27.45º degrees, saturation: 0.39, 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 #B48156 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18012986-
CMYK00.280.520.29
HSL27.45º38.52%52.16%-
HSV(B)27.45º52.22%70.59%-
XYZ28.3526.0812.34-
YUV139.3597.9157-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=45.57%
G=32.66%
B=21.77%

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
Decimal1801298600.280.520.2927.4538.5252.16
HexB4815601C341D1b2734
Octal2642011260346435334764
Binary101101001000000110101100111001101001110111011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48156; }

 p { color: rgb(180,129,86); }

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

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

 a { background-color: rgb(180,129,86); }

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

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

 span { border-color: rgb(180,129,86); }

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