Shades of Flame Pea #BD5644
Tints of Flame Pea #BD5644
RGB
CMYK
RGB Variations
Color information
#BD5644 (or 0xBD5644) is known color: Flame Pea. HEX triplet: BD, 56 and 44. RGB value is (189,86,68). Sum of RGB (Red+Green+Blue) = 189+86+68=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5644 is #42A9BB. Grayscale: #727272. Windows color (decimal): -4368828 or 4478653. OLE color: 4478653.
HSL color Cylindrical-coordinate representation of color #BD5644: hue angle of 8.93º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD5644 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 68 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.26 |
| HSL | 8.93º | 0.48% | 0.5% | - |
| HSV(B) | 8.93º | 0.64% | 0.74% | - |
| XYZ | 25.36 | 17.89 | 7.59 | - |
| YUV | 114.75 | 101.62 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 68 | 0 | 0.54 | 0.64 | 0.26 | 8.93 | 0.48 | 0.5 |
| Hex | BD | 56 | 44 | 0 | 36 | 40 | 1A | 9 | 30 | 32 |
| Octal | 275 | 126 | 104 | 0 | 66 | 100 | 32 | 11 | 60 | 62 |
| Binary | 10111101 | 1010110 | 1000100 | 0 | 110110 | 1000000 | 11010 | 1001 | 110000 | 110010 |
Color Harmonies of #BD5644
Complementary color
Monochromatic Colors of #BD5644
Black with #BD5644
Text Example
Text Example
White with #BD5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5644; }
p { color: rgb(189,86,68); }
H1.HeaderClassName
{
color: #BD5644;
}
.AnyTagClassName
{
color: #BD5644;
}
</style>
background-color css
<style>
a { background-color: #BD5644; }
a { background-color: rgb(189,86,68); }
div.DivClassName
{
background-color: #BD5644;
}
.BgClassName
{
background-color: #BD5644;
}
</style>
border-color css
<style>
span { border-color: #BD5644; }
span { border-color: rgb(189,86,68); }
td.TdClassName
{
border-color: #BD5644;
}
.TagClassName
{
border-color: #BD5644;
}
</style>