Shades of Muddy Waters #B27D48
Tints of Muddy Waters #B27D48
RGB
CMYK
RGB Variations
Color information
#B27D48 (or 0xB27D48) is known color: Muddy Waters. HEX triplet: B2, 7D and 48. RGB value is (178,125,72). Sum of RGB (Red+Green+Blue) = 178+125+72=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27D48 is #4D82B7. Grayscale: #878787. Windows color (decimal): -5079736 or 4750770. OLE color: 4750770.
HSL color Cylindrical-coordinate representation of color #B27D48: hue angle of 30º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B27D48 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 125 | 72 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.30 |
| HSL | 30º | 0.42% | 0.49% | - |
| HSV(B) | 30º | 0.6% | 0.7% | - |
| XYZ | 26.86 | 24.6 | 9.46 | - |
| YUV | 134.81 | 92.56 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 72 | 0 | 0.30 | 0.60 | 0.30 | 30 | 0.42 | 0.49 |
| Hex | B2 | 7D | 48 | 0 | 1E | 3C | 1E | 1E | 2A | 31 |
| Octal | 262 | 175 | 110 | 0 | 36 | 74 | 36 | 36 | 52 | 61 |
| Binary | 10110010 | 1111101 | 1001000 | 0 | 11110 | 111100 | 11110 | 11110 | 101010 | 110001 |
Color Harmonies of #B27D48
Complementary color
Monochromatic Colors of #B27D48
Black with #B27D48
Text Example
Text Example
White with #B27D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27D48; }
p { color: rgb(178,125,72); }
H1.HeaderClassName
{
color: #B27D48;
}
.AnyTagClassName
{
color: #B27D48;
}
</style>
background-color css
<style>
a { background-color: #B27D48; }
a { background-color: rgb(178,125,72); }
div.DivClassName
{
background-color: #B27D48;
}
.BgClassName
{
background-color: #B27D48;
}
</style>
border-color css
<style>
span { border-color: #B27D48; }
span { border-color: rgb(178,125,72); }
td.TdClassName
{
border-color: #B27D48;
}
.TagClassName
{
border-color: #B27D48;
}
</style>