#B38050

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

Shades of Muddy Waters #B38050

Tints of Muddy Waters #B38050

Color information

#B38050 (or 0xB38050) is unknown color: approx Muddy Waters. HEX triplet: B3, 80 and 50. RGB value is (179,128,80). Sum of RGB (Red+Green+Blue) = 179+128+80=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B38050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38050 is #4C7FAF. Grayscale: #8A8A8A. Windows color (decimal): -5013424 or 5275827. OLE color: 5275827.

HSL color Cylindrical-coordinate representation of color #B38050: hue angle of 29.09º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B38050 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB17912880-
CMYK00.280.550.30
HSL29.09º39.44%50.78%-
HSV(B)29.09º55.31%70.2%-
XYZ27.7625.611.07-
YUV137.7895.4157.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.25%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=46.25%
G=33.07%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791288000.280.550.3029.0939.4450.78
HexB3805001C371E1d2733
Octal2632001200346736354763
Binary101100111000000010100000111001101111111011101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38050; }

 p { color: rgb(179,128,80); }

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

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

 a { background-color: rgb(179,128,80); }

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

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

 span { border-color: rgb(179,128,80); }

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