Shades of Muddy Waters #B27B4D
Tints of Muddy Waters #B27B4D
RGB
CMYK
RGB Variations
Color information
#B27B4D (or 0xB27B4D) is known color: Muddy Waters. HEX triplet: B2, 7B and 4D. RGB value is (178,123,77). Sum of RGB (Red+Green+Blue) = 178+123+77=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27B4D is #4D84B2. Grayscale: #868686. Windows color (decimal): -5080243 or 5077938. OLE color: 5077938.
HSL color Cylindrical-coordinate representation of color #B27B4D: hue angle of 27.33º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B27B4D is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 77 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.30 |
| HSL | 27.33º | 0.4% | 0.5% | - |
| HSV(B) | 27.33º | 0.57% | 0.7% | - |
| XYZ | 26.78 | 24.17 | 10.27 | - |
| YUV | 134.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 77 | 0 | 0.31 | 0.57 | 0.30 | 27.33 | 0.4 | 0.5 |
| Hex | B2 | 7B | 4D | 0 | 1F | 39 | 1E | 1B | 28 | 32 |
| Octal | 262 | 173 | 115 | 0 | 37 | 71 | 36 | 33 | 50 | 62 |
| Binary | 10110010 | 1111011 | 1001101 | 0 | 11111 | 111001 | 11110 | 11011 | 101000 | 110010 |
Color Harmonies of #B27B4D
Complementary color
Monochromatic Colors of #B27B4D
Black with #B27B4D
Text Example
Text Example
White with #B27B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27B4D; }
p { color: rgb(178,123,77); }
H1.HeaderClassName
{
color: #B27B4D;
}
.AnyTagClassName
{
color: #B27B4D;
}
</style>
background-color css
<style>
a { background-color: #B27B4D; }
a { background-color: rgb(178,123,77); }
div.DivClassName
{
background-color: #B27B4D;
}
.BgClassName
{
background-color: #B27B4D;
}
</style>
border-color css
<style>
span { border-color: #B27B4D; }
span { border-color: rgb(178,123,77); }
td.TdClassName
{
border-color: #B27B4D;
}
.TagClassName
{
border-color: #B27B4D;
}
</style>