Shades of Muddy Waters #B27A4E
Tints of Muddy Waters #B27A4E
RGB
CMYK
RGB Variations
Color information
#B27A4E (or 0xB27A4E) is known color: Muddy Waters. HEX triplet: B2, 7A and 4E. RGB value is (178,122,78). Sum of RGB (Red+Green+Blue) = 178+122+78=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A4E is #4D85B1. Grayscale: #858585. Windows color (decimal): -5080498 or 5143218. OLE color: 5143218.
HSL color Cylindrical-coordinate representation of color #B27A4E: hue angle of 26.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B27A4E is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 78 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.30 |
| HSL | 26.4º | 0.39% | 0.5% | - |
| HSV(B) | 26.4º | 0.56% | 0.7% | - |
| XYZ | 26.69 | 23.93 | 10.42 | - |
| YUV | 133.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 78 | 0 | 0.31 | 0.56 | 0.30 | 26.4 | 0.39 | 0.5 |
| Hex | B2 | 7A | 4E | 0 | 1F | 38 | 1E | 1A | 27 | 32 |
| Octal | 262 | 172 | 116 | 0 | 37 | 70 | 36 | 32 | 47 | 62 |
| Binary | 10110010 | 1111010 | 1001110 | 0 | 11111 | 111000 | 11110 | 11010 | 100111 | 110010 |
Color Harmonies of #B27A4E
Complementary color
Monochromatic Colors of #B27A4E
Black with #B27A4E
Text Example
Text Example
White with #B27A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A4E; }
p { color: rgb(178,122,78); }
H1.HeaderClassName
{
color: #B27A4E;
}
.AnyTagClassName
{
color: #B27A4E;
}
</style>
background-color css
<style>
a { background-color: #B27A4E; }
a { background-color: rgb(178,122,78); }
div.DivClassName
{
background-color: #B27A4E;
}
.BgClassName
{
background-color: #B27A4E;
}
</style>
border-color css
<style>
span { border-color: #B27A4E; }
span { border-color: rgb(178,122,78); }
td.TdClassName
{
border-color: #B27A4E;
}
.TagClassName
{
border-color: #B27A4E;
}
</style>