#B48155

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

Shades of Muddy Waters #B48155

Tints of Muddy Waters #B48155

Color information

#B48155 (or 0xB48155) is unknown color: approx Muddy Waters. HEX triplet: B4, 81 and 55. RGB value is (180,129,85). Sum of RGB (Red+Green+Blue) = 180+129+85=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B48155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48155 is #4B7EAA. Grayscale: #8B8B8B. Windows color (decimal): -4947627 or 5603764. OLE color: 5603764.

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

Color convert

RGB18012985-
CMYK00.280.530.29
HSL27.79º38.78%51.96%-
HSV(B)27.79º52.78%70.59%-
XYZ28.3126.0612.13-
YUV139.2397.4157.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 129 (50.78% from 255) = 32.74%
BLUE value IS 85 (33.59% from 255) = 21.57%
R=45.69%
G=32.74%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801298500.280.530.2927.7938.7851.96
HexB4815501C351D1c2734
Octal2642011250346535344764
Binary101101001000000110101010111001101011110111100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48155; }

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

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

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

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

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

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

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

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