Shades of Flame Pea #B45D54
Tints of Flame Pea #B45D54
RGB
CMYK
RGB Variations
Color information
#B45D54 (or 0xB45D54) is known color: Flame Pea. HEX triplet: B4, 5D and 54. RGB value is (180,93,84). Sum of RGB (Red+Green+Blue) = 180+93+84=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45D54 is #4BA2AB. Grayscale: #767676. Windows color (decimal): -4956844 or 5529012. OLE color: 5529012.
HSL color Cylindrical-coordinate representation of color #B45D54: hue angle of 5.62º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B45D54 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 93 | 84 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.29 |
| HSL | 5.63º | 0.39% | 0.52% | - |
| HSV(B) | 5.63º | 0.53% | 0.71% | - |
| XYZ | 24.34 | 18.17 | 10.61 | - |
| YUV | 117.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 84 | 0 | 0.48 | 0.53 | 0.29 | 5.63 | 0.39 | 0.52 |
| Hex | B4 | 5D | 54 | 0 | 30 | 35 | 1D | 6 | 27 | 34 |
| Octal | 264 | 135 | 124 | 0 | 60 | 65 | 35 | 6 | 47 | 64 |
| Binary | 10110100 | 1011101 | 1010100 | 0 | 110000 | 110101 | 11101 | 110 | 100111 | 110100 |
Color Harmonies of #B45D54
Complementary color
Monochromatic Colors of #B45D54
Black with #B45D54
Text Example
Text Example
White with #B45D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45D54; }
p { color: rgb(180,93,84); }
H1.HeaderClassName
{
color: #B45D54;
}
.AnyTagClassName
{
color: #B45D54;
}
</style>
background-color css
<style>
a { background-color: #B45D54; }
a { background-color: rgb(180,93,84); }
div.DivClassName
{
background-color: #B45D54;
}
.BgClassName
{
background-color: #B45D54;
}
</style>
border-color css
<style>
span { border-color: #B45D54; }
span { border-color: rgb(180,93,84); }
td.TdClassName
{
border-color: #B45D54;
}
.TagClassName
{
border-color: #B45D54;
}
</style>