Shades of Flame Pea #B5644E
Tints of Flame Pea #B5644E
RGB
CMYK
RGB Variations
Color information
#B5644E (or 0xB5644E) is known color: Flame Pea. HEX triplet: B5, 64 and 4E. RGB value is (181,100,78). Sum of RGB (Red+Green+Blue) = 181+100+78=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5644E is #4A9BB1. Grayscale: #797979. Windows color (decimal): -4889522 or 5137589. OLE color: 5137589.
HSL color Cylindrical-coordinate representation of color #B5644E: hue angle of 12.82º 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 #B5644E is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 78 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.29 |
| HSL | 12.82º | 0.41% | 0.51% | - |
| HSV(B) | 12.82º | 0.57% | 0.71% | - |
| XYZ | 24.99 | 19.49 | 9.65 | - |
| YUV | 121.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 78 | 0 | 0.45 | 0.57 | 0.29 | 12.82 | 0.41 | 0.51 |
| Hex | B5 | 64 | 4E | 0 | 2D | 39 | 1D | D | 29 | 33 |
| Octal | 265 | 144 | 116 | 0 | 55 | 71 | 35 | 15 | 51 | 63 |
| Binary | 10110101 | 1100100 | 1001110 | 0 | 101101 | 111001 | 11101 | 1101 | 101001 | 110011 |
Color Harmonies of #B5644E
Complementary color
Monochromatic Colors of #B5644E
Black with #B5644E
Text Example
Text Example
White with #B5644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5644E; }
p { color: rgb(181,100,78); }
H1.HeaderClassName
{
color: #B5644E;
}
.AnyTagClassName
{
color: #B5644E;
}
</style>
background-color css
<style>
a { background-color: #B5644E; }
a { background-color: rgb(181,100,78); }
div.DivClassName
{
background-color: #B5644E;
}
.BgClassName
{
background-color: #B5644E;
}
</style>
border-color css
<style>
span { border-color: #B5644E; }
span { border-color: rgb(181,100,78); }
td.TdClassName
{
border-color: #B5644E;
}
.TagClassName
{
border-color: #B5644E;
}
</style>