Shades of Flame Pea #BD5542
Tints of Flame Pea #BD5542
RGB
CMYK
RGB Variations
Color information
#BD5542 (or 0xBD5542) is known color: Flame Pea. HEX triplet: BD, 55 and 42. RGB value is (189,85,66). Sum of RGB (Red+Green+Blue) = 189+85+66=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5542 is #42AABD. Grayscale: #727272. Windows color (decimal): -4369086 or 4347325. OLE color: 4347325.
HSL color Cylindrical-coordinate representation of color #BD5542: hue angle of 9.27º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD5542 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 66 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.26 |
| HSL | 9.27º | 0.48% | 0.5% | - |
| HSV(B) | 9.27º | 0.65% | 0.74% | - |
| XYZ | 25.22 | 17.71 | 7.24 | - |
| YUV | 113.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 66 | 0 | 0.55 | 0.65 | 0.26 | 9.27 | 0.48 | 0.5 |
| Hex | BD | 55 | 42 | 0 | 37 | 41 | 1A | 9 | 30 | 32 |
| Octal | 275 | 125 | 102 | 0 | 67 | 101 | 32 | 11 | 60 | 62 |
| Binary | 10111101 | 1010101 | 1000010 | 0 | 110111 | 1000001 | 11010 | 1001 | 110000 | 110010 |
Color Harmonies of #BD5542
Complementary color
Monochromatic Colors of #BD5542
Black with #BD5542
Text Example
Text Example
White with #BD5542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5542; }
p { color: rgb(189,85,66); }
H1.HeaderClassName
{
color: #BD5542;
}
.AnyTagClassName
{
color: #BD5542;
}
</style>
background-color css
<style>
a { background-color: #BD5542; }
a { background-color: rgb(189,85,66); }
div.DivClassName
{
background-color: #BD5542;
}
.BgClassName
{
background-color: #BD5542;
}
</style>
border-color css
<style>
span { border-color: #BD5542; }
span { border-color: rgb(189,85,66); }
td.TdClassName
{
border-color: #BD5542;
}
.TagClassName
{
border-color: #BD5542;
}
</style>