#B38056

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

Shades of Muddy Waters #B38056

Tints of Muddy Waters #B38056

Color information

#B38056 (or 0xB38056) is unknown color: approx Muddy Waters. HEX triplet: B3, 80 and 56. RGB value is (179,128,86). Sum of RGB (Red+Green+Blue) = 179+128+86=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B38056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38056 is #4C7FA9. Grayscale: #8A8A8A. Windows color (decimal): -5013418 or 5669043. OLE color: 5669043.

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

Color convert

RGB17912886-
CMYK00.280.520.30
HSL27.1º37.96%51.96%-
HSV(B)27.1º51.96%70.2%-
XYZ27.9925.6912.29-
YUV138.4698.4156.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.55%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 86 (33.98% from 255) = 21.88%
R=45.55%
G=32.57%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791288600.280.520.3027.137.9651.96
HexB3805601C341E1b2634
Octal2632001260346436334664
Binary101100111000000010101100111001101001111011011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38056; }

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

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

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

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

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

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

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

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