#B48150

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

Shades of Muddy Waters #B48150

Tints of Muddy Waters #B48150

Color information

#B48150 (or 0xB48150) is unknown color: approx Muddy Waters. HEX triplet: B4, 81 and 50. RGB value is (180,129,80). Sum of RGB (Red+Green+Blue) = 180+129+80=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B48150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48150 is #4B7EAF. Grayscale: #8A8A8A. Windows color (decimal): -4947632 or 5276084. OLE color: 5276084.

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

Color convert

RGB18012980-
CMYK00.280.560.29
HSL29.4º40%50.98%-
HSV(B)29.4º55.56%70.59%-
XYZ28.1225.9811.12-
YUV138.6694.9157.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 80 (31.64% from 255) = 20.57%
R=46.27%
G=33.16%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801298000.280.560.2929.44050.98
HexB4815001C381D1d2833
Octal2642011200347035355063
Binary101101001000000110100000111001110001110111101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48150; }

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

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

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

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

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

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

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

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