Shades of Flame Pea #BD5945
Tints of Flame Pea #BD5945
RGB
CMYK
RGB Variations
Color information
#BD5945 (or 0xBD5945) is known color: Flame Pea. HEX triplet: BD, 59 and 45. RGB value is (189,89,69). Sum of RGB (Red+Green+Blue) = 189+89+69=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5945 is #42A6BA. Grayscale: #747474. Windows color (decimal): -4368059 or 4544957. OLE color: 4544957.
HSL color Cylindrical-coordinate representation of color #BD5945: hue angle of 10º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD5945 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 69 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.26 |
| HSL | 10º | 0.48% | 0.51% | - |
| HSV(B) | 10º | 0.63% | 0.74% | - |
| XYZ | 25.63 | 18.39 | 7.83 | - |
| YUV | 116.62 | 101.13 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 69 | 0 | 0.53 | 0.63 | 0.26 | 10 | 0.48 | 0.51 |
| Hex | BD | 59 | 45 | 0 | 35 | 3F | 1A | A | 30 | 33 |
| Octal | 275 | 131 | 105 | 0 | 65 | 77 | 32 | 12 | 60 | 63 |
| Binary | 10111101 | 1011001 | 1000101 | 0 | 110101 | 111111 | 11010 | 1010 | 110000 | 110011 |
Color Harmonies of #BD5945
Complementary color
Monochromatic Colors of #BD5945
Black with #BD5945
Text Example
Text Example
White with #BD5945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5945; }
p { color: rgb(189,89,69); }
H1.HeaderClassName
{
color: #BD5945;
}
.AnyTagClassName
{
color: #BD5945;
}
</style>
background-color css
<style>
a { background-color: #BD5945; }
a { background-color: rgb(189,89,69); }
div.DivClassName
{
background-color: #BD5945;
}
.BgClassName
{
background-color: #BD5945;
}
</style>
border-color css
<style>
span { border-color: #BD5945; }
span { border-color: rgb(189,89,69); }
td.TdClassName
{
border-color: #BD5945;
}
.TagClassName
{
border-color: #BD5945;
}
</style>