Shades of Muddy Waters #B27A53
Tints of Muddy Waters #B27A53
RGB
CMYK
RGB Variations
Color information
#B27A53 (or 0xB27A53) is known color: Muddy Waters. HEX triplet: B2, 7A and 53. RGB value is (178,122,83). Sum of RGB (Red+Green+Blue) = 178+122+83=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A53 is #4D85AC. Grayscale: #868686. Windows color (decimal): -5080493 or 5470898. OLE color: 5470898.
HSL color Cylindrical-coordinate representation of color #B27A53: hue angle of 24.63º 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 #B27A53 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 83 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.30 |
| HSL | 24.63º | 0.38% | 0.51% | - |
| HSV(B) | 24.63º | 0.53% | 0.7% | - |
| XYZ | 26.88 | 24.01 | 11.4 | - |
| YUV | 134.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 83 | 0 | 0.31 | 0.53 | 0.30 | 24.63 | 0.38 | 0.51 |
| Hex | B2 | 7A | 53 | 0 | 1F | 35 | 1E | 19 | 26 | 33 |
| Octal | 262 | 172 | 123 | 0 | 37 | 65 | 36 | 31 | 46 | 63 |
| Binary | 10110010 | 1111010 | 1010011 | 0 | 11111 | 110101 | 11110 | 11001 | 100110 | 110011 |
Color Harmonies of #B27A53
Complementary color
Monochromatic Colors of #B27A53
Black with #B27A53
Text Example
Text Example
White with #B27A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A53; }
p { color: rgb(178,122,83); }
H1.HeaderClassName
{
color: #B27A53;
}
.AnyTagClassName
{
color: #B27A53;
}
</style>
background-color css
<style>
a { background-color: #B27A53; }
a { background-color: rgb(178,122,83); }
div.DivClassName
{
background-color: #B27A53;
}
.BgClassName
{
background-color: #B27A53;
}
</style>
border-color css
<style>
span { border-color: #B27A53; }
span { border-color: rgb(178,122,83); }
td.TdClassName
{
border-color: #B27A53;
}
.TagClassName
{
border-color: #B27A53;
}
</style>