Shades of Flame Pea #BD5E44
Tints of Flame Pea #BD5E44
RGB
CMYK
RGB Variations
Color information
#BD5E44 (or 0xBD5E44) is known color: Flame Pea. HEX triplet: BD, 5E and 44. RGB value is (189,94,68). Sum of RGB (Red+Green+Blue) = 189+94+68=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5E44 is #42A1BB. Grayscale: #777777. Windows color (decimal): -4366780 or 4480701. OLE color: 4480701.
HSL color Cylindrical-coordinate representation of color #BD5E44: hue angle of 12.89º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD5E44 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 94 | 68 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.26 |
| HSL | 12.89º | 0.48% | 0.5% | - |
| HSV(B) | 12.89º | 0.64% | 0.74% | - |
| XYZ | 26.03 | 19.24 | 7.81 | - |
| YUV | 119.44 | 98.97 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 68 | 0 | 0.50 | 0.64 | 0.26 | 12.89 | 0.48 | 0.5 |
| Hex | BD | 5E | 44 | 0 | 32 | 40 | 1A | D | 30 | 32 |
| Octal | 275 | 136 | 104 | 0 | 62 | 100 | 32 | 15 | 60 | 62 |
| Binary | 10111101 | 1011110 | 1000100 | 0 | 110010 | 1000000 | 11010 | 1101 | 110000 | 110010 |
Color Harmonies of #BD5E44
Complementary color
Monochromatic Colors of #BD5E44
Black with #BD5E44
Text Example
Text Example
White with #BD5E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5E44; }
p { color: rgb(189,94,68); }
H1.HeaderClassName
{
color: #BD5E44;
}
.AnyTagClassName
{
color: #BD5E44;
}
</style>
background-color css
<style>
a { background-color: #BD5E44; }
a { background-color: rgb(189,94,68); }
div.DivClassName
{
background-color: #BD5E44;
}
.BgClassName
{
background-color: #BD5E44;
}
</style>
border-color css
<style>
span { border-color: #BD5E44; }
span { border-color: rgb(189,94,68); }
td.TdClassName
{
border-color: #BD5E44;
}
.TagClassName
{
border-color: #BD5E44;
}
</style>