Shades of Muddy Waters #B1814B
Tints of Muddy Waters #B1814B
RGB
CMYK
RGB Variations
Color information
#B1814B (or 0xB1814B) is known color: Muddy Waters. HEX triplet: B1, 81 and 4B. RGB value is (177,129,75). Sum of RGB (Red+Green+Blue) = 177+129+75=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1814B is #4E7EB4. Grayscale: #898989. Windows color (decimal): -5144245 or 4948401. OLE color: 4948401.
HSL color Cylindrical-coordinate representation of color #B1814B: hue angle of 31.76º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1814B is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 75 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.31 |
| HSL | 31.76º | 0.4% | 0.49% | - |
| HSV(B) | 31.76º | 0.58% | 0.69% | - |
| XYZ | 27.25 | 25.56 | 10.15 | - |
| YUV | 137.2 | 92.9 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 75 | 0 | 0.27 | 0.58 | 0.31 | 31.76 | 0.4 | 0.49 |
| Hex | B1 | 81 | 4B | 0 | 1B | 3A | 1F | 20 | 28 | 31 |
| Octal | 261 | 201 | 113 | 0 | 33 | 72 | 37 | 40 | 50 | 61 |
| Binary | 10110001 | 10000001 | 1001011 | 0 | 11011 | 111010 | 11111 | 100000 | 101000 | 110001 |
Color Harmonies of #B1814B
Complementary color
Monochromatic Colors of #B1814B
Black with #B1814B
Text Example
Text Example
White with #B1814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1814B; }
p { color: rgb(177,129,75); }
H1.HeaderClassName
{
color: #B1814B;
}
.AnyTagClassName
{
color: #B1814B;
}
</style>
background-color css
<style>
a { background-color: #B1814B; }
a { background-color: rgb(177,129,75); }
div.DivClassName
{
background-color: #B1814B;
}
.BgClassName
{
background-color: #B1814B;
}
</style>
border-color css
<style>
span { border-color: #B1814B; }
span { border-color: rgb(177,129,75); }
td.TdClassName
{
border-color: #B1814B;
}
.TagClassName
{
border-color: #B1814B;
}
</style>