Shades of Flame Pea #B5594D
Tints of Flame Pea #B5594D
RGB
CMYK
RGB Variations
Color information
#B5594D (or 0xB5594D) is known color: Flame Pea. HEX triplet: B5, 59 and 4D. RGB value is (181,89,77). Sum of RGB (Red+Green+Blue) = 181+89+77=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5594D is #4AA6B2. Grayscale: #737373. Windows color (decimal): -4892339 or 5069237. OLE color: 5069237.
HSL color Cylindrical-coordinate representation of color #B5594D: hue angle of 6.92º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5594D is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 77 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.29 |
| HSL | 6.92º | 0.41% | 0.51% | - |
| HSV(B) | 6.92º | 0.57% | 0.71% | - |
| XYZ | 23.97 | 17.5 | 9.14 | - |
| YUV | 115.14 | 106.48 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 77 | 0 | 0.51 | 0.57 | 0.29 | 6.92 | 0.41 | 0.51 |
| Hex | B5 | 59 | 4D | 0 | 33 | 39 | 1D | 7 | 29 | 33 |
| Octal | 265 | 131 | 115 | 0 | 63 | 71 | 35 | 7 | 51 | 63 |
| Binary | 10110101 | 1011001 | 1001101 | 0 | 110011 | 111001 | 11101 | 111 | 101001 | 110011 |
Color Harmonies of #B5594D
Complementary color
Monochromatic Colors of #B5594D
Black with #B5594D
Text Example
Text Example
White with #B5594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5594D; }
p { color: rgb(181,89,77); }
H1.HeaderClassName
{
color: #B5594D;
}
.AnyTagClassName
{
color: #B5594D;
}
</style>
background-color css
<style>
a { background-color: #B5594D; }
a { background-color: rgb(181,89,77); }
div.DivClassName
{
background-color: #B5594D;
}
.BgClassName
{
background-color: #B5594D;
}
</style>
border-color css
<style>
span { border-color: #B5594D; }
span { border-color: rgb(181,89,77); }
td.TdClassName
{
border-color: #B5594D;
}
.TagClassName
{
border-color: #B5594D;
}
</style>