Shades of Flame Pea #BD5540
Tints of Flame Pea #BD5540
RGB
CMYK
RGB Variations
Color information
#BD5540 (or 0xBD5540) is known color: Flame Pea. HEX triplet: BD, 55 and 40. RGB value is (189,85,64). Sum of RGB (Red+Green+Blue) = 189+85+64=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5540 is #42AABF. Grayscale: #717171. Windows color (decimal): -4369088 or 4216253. OLE color: 4216253.
HSL color Cylindrical-coordinate representation of color #BD5540: hue angle of 10.08º 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 #BD5540 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 64 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.26 |
| HSL | 10.08º | 0.49% | 0.5% | - |
| HSV(B) | 10.08º | 0.66% | 0.74% | - |
| XYZ | 25.16 | 17.69 | 6.94 | - |
| YUV | 113.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 64 | 0 | 0.55 | 0.66 | 0.26 | 10.08 | 0.49 | 0.5 |
| Hex | BD | 55 | 40 | 0 | 37 | 42 | 1A | A | 31 | 32 |
| Octal | 275 | 125 | 100 | 0 | 67 | 102 | 32 | 12 | 61 | 62 |
| Binary | 10111101 | 1010101 | 1000000 | 0 | 110111 | 1000010 | 11010 | 1010 | 110001 | 110010 |
Color Harmonies of #BD5540
Complementary color
Monochromatic Colors of #BD5540
Black with #BD5540
Text Example
Text Example
White with #BD5540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5540; }
p { color: rgb(189,85,64); }
H1.HeaderClassName
{
color: #BD5540;
}
.AnyTagClassName
{
color: #BD5540;
}
</style>
background-color css
<style>
a { background-color: #BD5540; }
a { background-color: rgb(189,85,64); }
div.DivClassName
{
background-color: #BD5540;
}
.BgClassName
{
background-color: #BD5540;
}
</style>
border-color css
<style>
span { border-color: #BD5540; }
span { border-color: rgb(189,85,64); }
td.TdClassName
{
border-color: #BD5540;
}
.TagClassName
{
border-color: #BD5540;
}
</style>