Shades of Flame Pea #BD5F45
Tints of Flame Pea #BD5F45
RGB
CMYK
RGB Variations
Color information
#BD5F45 (or 0xBD5F45) is known color: Flame Pea. HEX triplet: BD, 5F and 45. RGB value is (189,95,69). Sum of RGB (Red+Green+Blue) = 189+95+69=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5F45 is #42A0BA. Grayscale: #787878. Windows color (decimal): -4366523 or 4546493. OLE color: 4546493.
HSL color Cylindrical-coordinate representation of color #BD5F45: hue angle of 13º 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 #BD5F45 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 95 | 69 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.26 |
| HSL | 13º | 0.48% | 0.51% | - |
| HSV(B) | 13º | 0.63% | 0.74% | - |
| XYZ | 26.15 | 19.43 | 8 | - |
| YUV | 120.14 | 99.14 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 95 | 69 | 0 | 0.50 | 0.63 | 0.26 | 13 | 0.48 | 0.51 |
| Hex | BD | 5F | 45 | 0 | 32 | 3F | 1A | D | 30 | 33 |
| Octal | 275 | 137 | 105 | 0 | 62 | 77 | 32 | 15 | 60 | 63 |
| Binary | 10111101 | 1011111 | 1000101 | 0 | 110010 | 111111 | 11010 | 1101 | 110000 | 110011 |
Color Harmonies of #BD5F45
Complementary color
Monochromatic Colors of #BD5F45
Black with #BD5F45
Text Example
Text Example
White with #BD5F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5F45; }
p { color: rgb(189,95,69); }
H1.HeaderClassName
{
color: #BD5F45;
}
.AnyTagClassName
{
color: #BD5F45;
}
</style>
background-color css
<style>
a { background-color: #BD5F45; }
a { background-color: rgb(189,95,69); }
div.DivClassName
{
background-color: #BD5F45;
}
.BgClassName
{
background-color: #BD5F45;
}
</style>
border-color css
<style>
span { border-color: #BD5F45; }
span { border-color: rgb(189,95,69); }
td.TdClassName
{
border-color: #BD5F45;
}
.TagClassName
{
border-color: #BD5F45;
}
</style>