#B38256

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

Shades of Muddy Waters #B38256

Tints of Muddy Waters #B38256

Color information

#B38256 (or 0xB38256) is unknown color: approx Muddy Waters. HEX triplet: B3, 82 and 56. RGB value is (179,130,86). Sum of RGB (Red+Green+Blue) = 179+130+86=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B38256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38256 is #4C7DA9. Grayscale: #8B8B8B. Windows color (decimal): -5012906 or 5669555. OLE color: 5669555.

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

Color convert

RGB17913086-
CMYK00.270.520.30
HSL28.39º37.96%51.96%-
HSV(B)28.39º51.96%70.2%-
XYZ28.2526.2212.38-
YUV139.6497.73156.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=45.32%
G=32.91%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791308600.270.520.3028.3937.9651.96
HexB3825601B341E1c2634
Octal2632021260336436344664
Binary101100111000001010101100110111101001111011100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38256; }

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

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

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

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

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

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

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

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