Shades of Muddy Waters #B27B53
Tints of Muddy Waters #B27B53
RGB
CMYK
RGB Variations
Color information
#B27B53 (or 0xB27B53) is known color: Muddy Waters. HEX triplet: B2, 7B and 53. RGB value is (178,123,83). Sum of RGB (Red+Green+Blue) = 178+123+83=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27B53 is #4D84AC. Grayscale: #878787. Windows color (decimal): -5080237 or 5471154. OLE color: 5471154.
HSL color Cylindrical-coordinate representation of color #B27B53: hue angle of 25.26º 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 #B27B53 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 83 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.30 |
| HSL | 25.26º | 0.38% | 0.51% | - |
| HSV(B) | 25.26º | 0.53% | 0.7% | - |
| XYZ | 27 | 24.26 | 11.44 | - |
| YUV | 134.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 83 | 0 | 0.31 | 0.53 | 0.30 | 25.26 | 0.38 | 0.51 |
| Hex | B2 | 7B | 53 | 0 | 1F | 35 | 1E | 19 | 26 | 33 |
| Octal | 262 | 173 | 123 | 0 | 37 | 65 | 36 | 31 | 46 | 63 |
| Binary | 10110010 | 1111011 | 1010011 | 0 | 11111 | 110101 | 11110 | 11001 | 100110 | 110011 |
Color Harmonies of #B27B53
Complementary color
Monochromatic Colors of #B27B53
Black with #B27B53
Text Example
Text Example
White with #B27B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27B53; }
p { color: rgb(178,123,83); }
H1.HeaderClassName
{
color: #B27B53;
}
.AnyTagClassName
{
color: #B27B53;
}
</style>
background-color css
<style>
a { background-color: #B27B53; }
a { background-color: rgb(178,123,83); }
div.DivClassName
{
background-color: #B27B53;
}
.BgClassName
{
background-color: #B27B53;
}
</style>
border-color css
<style>
span { border-color: #B27B53; }
span { border-color: rgb(178,123,83); }
td.TdClassName
{
border-color: #B27B53;
}
.TagClassName
{
border-color: #B27B53;
}
</style>