Shades of Flame Pea #BD6241
Tints of Flame Pea #BD6241
RGB
CMYK
RGB Variations
Color information
#BD6241 (or 0xBD6241) is known color: Flame Pea. HEX triplet: BD, 62 and 41. RGB value is (189,98,65). Sum of RGB (Red+Green+Blue) = 189+98+65=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6241 is #429DBE. Grayscale: #797979. Windows color (decimal): -4365759 or 4285117. OLE color: 4285117.
HSL color Cylindrical-coordinate representation of color #BD6241: hue angle of 15.97º 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 #BD6241 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 65 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.26 |
| HSL | 15.97º | 0.49% | 0.5% | - |
| HSV(B) | 15.97º | 0.66% | 0.74% | - |
| XYZ | 26.31 | 19.94 | 7.46 | - |
| YUV | 121.45 | 96.15 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 65 | 0 | 0.48 | 0.66 | 0.26 | 15.97 | 0.49 | 0.5 |
| Hex | BD | 62 | 41 | 0 | 30 | 42 | 1A | 10 | 31 | 32 |
| Octal | 275 | 142 | 101 | 0 | 60 | 102 | 32 | 20 | 61 | 62 |
| Binary | 10111101 | 1100010 | 1000001 | 0 | 110000 | 1000010 | 11010 | 10000 | 110001 | 110010 |
Color Harmonies of #BD6241
Complementary color
Monochromatic Colors of #BD6241
Black with #BD6241
Text Example
Text Example
White with #BD6241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6241; }
p { color: rgb(189,98,65); }
H1.HeaderClassName
{
color: #BD6241;
}
.AnyTagClassName
{
color: #BD6241;
}
</style>
background-color css
<style>
a { background-color: #BD6241; }
a { background-color: rgb(189,98,65); }
div.DivClassName
{
background-color: #BD6241;
}
.BgClassName
{
background-color: #BD6241;
}
</style>
border-color css
<style>
span { border-color: #BD6241; }
span { border-color: rgb(189,98,65); }
td.TdClassName
{
border-color: #BD6241;
}
.TagClassName
{
border-color: #BD6241;
}
</style>