Shades of Muddy Waters #B27E53
Tints of Muddy Waters #B27E53
RGB
CMYK
RGB Variations
Color information
#B27E53 (or 0xB27E53) is known color: Muddy Waters. HEX triplet: B2, 7E and 53. RGB value is (178,126,83). Sum of RGB (Red+Green+Blue) = 178+126+83=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E53 is #4D81AC. Grayscale: #888888. Windows color (decimal): -5079469 or 5471922. OLE color: 5471922.
HSL color Cylindrical-coordinate representation of color #B27E53: hue angle of 27.16º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B27E53 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 126 | 83 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.30 |
| HSL | 27.16º | 0.38% | 0.51% | - |
| HSV(B) | 27.16º | 0.53% | 0.7% | - |
| XYZ | 27.38 | 25.01 | 11.57 | - |
| YUV | 136.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 83 | 0 | 0.29 | 0.53 | 0.30 | 27.16 | 0.38 | 0.51 |
| Hex | B2 | 7E | 53 | 0 | 1D | 35 | 1E | 1B | 26 | 33 |
| Octal | 262 | 176 | 123 | 0 | 35 | 65 | 36 | 33 | 46 | 63 |
| Binary | 10110010 | 1111110 | 1010011 | 0 | 11101 | 110101 | 11110 | 11011 | 100110 | 110011 |
Color Harmonies of #B27E53
Complementary color
Monochromatic Colors of #B27E53
Black with #B27E53
Text Example
Text Example
White with #B27E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27E53; }
p { color: rgb(178,126,83); }
H1.HeaderClassName
{
color: #B27E53;
}
.AnyTagClassName
{
color: #B27E53;
}
</style>
background-color css
<style>
a { background-color: #B27E53; }
a { background-color: rgb(178,126,83); }
div.DivClassName
{
background-color: #B27E53;
}
.BgClassName
{
background-color: #B27E53;
}
</style>
border-color css
<style>
span { border-color: #B27E53; }
span { border-color: rgb(178,126,83); }
td.TdClassName
{
border-color: #B27E53;
}
.TagClassName
{
border-color: #B27E53;
}
</style>