Shades of Flame Pea #B45A51
Tints of Flame Pea #B45A51
RGB
CMYK
RGB Variations
Color information
#B45A51 (or 0xB45A51) is known color: Flame Pea. HEX triplet: B4, 5A and 51. RGB value is (180,90,81). Sum of RGB (Red+Green+Blue) = 180+90+81=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45A51 is #4BA5AE. Grayscale: #747474. Windows color (decimal): -4957615 or 5331636. OLE color: 5331636.
HSL color Cylindrical-coordinate representation of color #B45A51: hue angle of 5.45º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45A51 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 90 | 81 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.29 |
| HSL | 5.45º | 0.4% | 0.51% | - |
| HSV(B) | 5.45º | 0.55% | 0.71% | - |
| XYZ | 23.96 | 17.61 | 9.92 | - |
| YUV | 115.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 81 | 0 | 0.50 | 0.55 | 0.29 | 5.45 | 0.4 | 0.51 |
| Hex | B4 | 5A | 51 | 0 | 32 | 37 | 1D | 5 | 28 | 33 |
| Octal | 264 | 132 | 121 | 0 | 62 | 67 | 35 | 5 | 50 | 63 |
| Binary | 10110100 | 1011010 | 1010001 | 0 | 110010 | 110111 | 11101 | 101 | 101000 | 110011 |
Color Harmonies of #B45A51
Complementary color
Monochromatic Colors of #B45A51
Black with #B45A51
Text Example
Text Example
White with #B45A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45A51; }
p { color: rgb(180,90,81); }
H1.HeaderClassName
{
color: #B45A51;
}
.AnyTagClassName
{
color: #B45A51;
}
</style>
background-color css
<style>
a { background-color: #B45A51; }
a { background-color: rgb(180,90,81); }
div.DivClassName
{
background-color: #B45A51;
}
.BgClassName
{
background-color: #B45A51;
}
</style>
border-color css
<style>
span { border-color: #B45A51; }
span { border-color: rgb(180,90,81); }
td.TdClassName
{
border-color: #B45A51;
}
.TagClassName
{
border-color: #B45A51;
}
</style>