Shades of Flame Pea #BD5541
Tints of Flame Pea #BD5541
RGB
CMYK
RGB Variations
Color information
#BD5541 (or 0xBD5541) is known color: Flame Pea. HEX triplet: BD, 55 and 41. RGB value is (189,85,65). Sum of RGB (Red+Green+Blue) = 189+85+65=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5541 is #42AABE. Grayscale: #727272. Windows color (decimal): -4369087 or 4281789. OLE color: 4281789.
HSL color Cylindrical-coordinate representation of color #BD5541: hue angle of 9.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD5541 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 65 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.26 |
| HSL | 9.68º | 0.49% | 0.5% | - |
| HSV(B) | 9.68º | 0.66% | 0.74% | - |
| XYZ | 25.19 | 17.7 | 7.09 | - |
| YUV | 113.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 65 | 0 | 0.55 | 0.66 | 0.26 | 9.68 | 0.49 | 0.5 |
| Hex | BD | 55 | 41 | 0 | 37 | 42 | 1A | A | 31 | 32 |
| Octal | 275 | 125 | 101 | 0 | 67 | 102 | 32 | 12 | 61 | 62 |
| Binary | 10111101 | 1010101 | 1000001 | 0 | 110111 | 1000010 | 11010 | 1010 | 110001 | 110010 |
Color Harmonies of #BD5541
Complementary color
Monochromatic Colors of #BD5541
Black with #BD5541
Text Example
Text Example
White with #BD5541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5541; }
p { color: rgb(189,85,65); }
H1.HeaderClassName
{
color: #BD5541;
}
.AnyTagClassName
{
color: #BD5541;
}
</style>
background-color css
<style>
a { background-color: #BD5541; }
a { background-color: rgb(189,85,65); }
div.DivClassName
{
background-color: #BD5541;
}
.BgClassName
{
background-color: #BD5541;
}
</style>
border-color css
<style>
span { border-color: #BD5541; }
span { border-color: rgb(189,85,65); }
td.TdClassName
{
border-color: #BD5541;
}
.TagClassName
{
border-color: #BD5541;
}
</style>