Shades of Muddy Waters #B67F50
Tints of Muddy Waters #B67F50
RGB
CMYK
RGB Variations
Color information
#B67F50 (or 0xB67F50) is known color: Muddy Waters. HEX triplet: B6, 7F and 50. RGB value is (182,127,80). Sum of RGB (Red+Green+Blue) = 182+127+80=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F50 is #4980AF. Grayscale: #8A8A8A. Windows color (decimal): -4817072 or 5275574. OLE color: 5275574.
HSL color Cylindrical-coordinate representation of color #B67F50: hue angle of 27.65º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B67F50 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 127 | 80 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.29 |
| HSL | 27.65º | 0.41% | 0.51% | - |
| HSV(B) | 27.65º | 0.56% | 0.71% | - |
| XYZ | 28.33 | 25.7 | 11.06 | - |
| YUV | 138.09 | 95.22 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 127 | 80 | 0 | 0.30 | 0.56 | 0.29 | 27.65 | 0.41 | 0.51 |
| Hex | B6 | 7F | 50 | 0 | 1E | 38 | 1D | 1C | 29 | 33 |
| Octal | 266 | 177 | 120 | 0 | 36 | 70 | 35 | 34 | 51 | 63 |
| Binary | 10110110 | 1111111 | 1010000 | 0 | 11110 | 111000 | 11101 | 11100 | 101001 | 110011 |
Color Harmonies of #B67F50
Complementary color
Monochromatic Colors of #B67F50
Black with #B67F50
Text Example
Text Example
White with #B67F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67F50; }
p { color: rgb(182,127,80); }
H1.HeaderClassName
{
color: #B67F50;
}
.AnyTagClassName
{
color: #B67F50;
}
</style>
background-color css
<style>
a { background-color: #B67F50; }
a { background-color: rgb(182,127,80); }
div.DivClassName
{
background-color: #B67F50;
}
.BgClassName
{
background-color: #B67F50;
}
</style>
border-color css
<style>
span { border-color: #B67F50; }
span { border-color: rgb(182,127,80); }
td.TdClassName
{
border-color: #B67F50;
}
.TagClassName
{
border-color: #B67F50;
}
</style>