#B48256

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

Shades of Muddy Waters #B48256

Tints of Muddy Waters #B48256

Color information

#B48256 (or 0xB48256) is unknown color: approx Muddy Waters. HEX triplet: B4, 82 and 56. RGB value is (180,130,86). Sum of RGB (Red+Green+Blue) = 180+130+86=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B48256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48256 is #4B7DA9. Grayscale: #8C8C8C. Windows color (decimal): -4947370 or 5669556. OLE color: 5669556.

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

Color convert

RGB18013086-
CMYK00.280.520.29
HSL28.09º38.52%52.16%-
HSV(B)28.09º52.22%70.59%-
XYZ28.4826.3412.39-
YUV139.9397.56156.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.45%
GREEN value IS 130 (51.17% from 255) = 32.83%
BLUE value IS 86 (33.98% from 255) = 21.72%
R=45.45%
G=32.83%
B=21.72%

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
Decimal1801308600.280.520.2928.0938.5252.16
HexB4825601C341D1c2734
Octal2642021260346435344764
Binary101101001000001010101100111001101001110111100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48256; }

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

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

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

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

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

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

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

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