Shades of Muddy Waters #B27E50
Tints of Muddy Waters #B27E50
RGB
CMYK
RGB Variations
Color information
#B27E50 (or 0xB27E50) is known color: Muddy Waters. HEX triplet: B2, 7E and 50. RGB value is (178,126,80). Sum of RGB (Red+Green+Blue) = 178+126+80=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E50 is #4D81AF. Grayscale: #888888. Windows color (decimal): -5079472 or 5275314. OLE color: 5275314.
HSL color Cylindrical-coordinate representation of color #B27E50: hue angle of 28.16º 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 #B27E50 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 126 | 80 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.30 |
| HSL | 28.16º | 0.39% | 0.51% | - |
| HSV(B) | 28.16º | 0.55% | 0.7% | - |
| XYZ | 27.27 | 24.97 | 10.97 | - |
| YUV | 136.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 80 | 0 | 0.29 | 0.55 | 0.30 | 28.16 | 0.39 | 0.51 |
| Hex | B2 | 7E | 50 | 0 | 1D | 37 | 1E | 1C | 27 | 33 |
| Octal | 262 | 176 | 120 | 0 | 35 | 67 | 36 | 34 | 47 | 63 |
| Binary | 10110010 | 1111110 | 1010000 | 0 | 11101 | 110111 | 11110 | 11100 | 100111 | 110011 |
Color Harmonies of #B27E50
Complementary color
Monochromatic Colors of #B27E50
Black with #B27E50
Text Example
Text Example
White with #B27E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27E50; }
p { color: rgb(178,126,80); }
H1.HeaderClassName
{
color: #B27E50;
}
.AnyTagClassName
{
color: #B27E50;
}
</style>
background-color css
<style>
a { background-color: #B27E50; }
a { background-color: rgb(178,126,80); }
div.DivClassName
{
background-color: #B27E50;
}
.BgClassName
{
background-color: #B27E50;
}
</style>
border-color css
<style>
span { border-color: #B27E50; }
span { border-color: rgb(178,126,80); }
td.TdClassName
{
border-color: #B27E50;
}
.TagClassName
{
border-color: #B27E50;
}
</style>