Shades of Flame Pea #BD6246
Tints of Flame Pea #BD6246
RGB
CMYK
RGB Variations
Color information
#BD6246 (or 0xBD6246) is known color: Flame Pea. HEX triplet: BD, 62 and 46. RGB value is (189,98,70). Sum of RGB (Red+Green+Blue) = 189+98+70=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6246 is #429DB9. Grayscale: #7A7A7A. Windows color (decimal): -4365754 or 4612797. OLE color: 4612797.
HSL color Cylindrical-coordinate representation of color #BD6246: hue angle of 14.12º degrees, saturation: 0.47, 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 #BD6246 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 70 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.26 |
| HSL | 14.12º | 0.47% | 0.51% | - |
| HSV(B) | 14.12º | 0.63% | 0.74% | - |
| XYZ | 26.46 | 20 | 8.26 | - |
| YUV | 122.02 | 98.65 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 70 | 0 | 0.48 | 0.63 | 0.26 | 14.12 | 0.47 | 0.51 |
| Hex | BD | 62 | 46 | 0 | 30 | 3F | 1A | E | 2F | 33 |
| Octal | 275 | 142 | 106 | 0 | 60 | 77 | 32 | 16 | 57 | 63 |
| Binary | 10111101 | 1100010 | 1000110 | 0 | 110000 | 111111 | 11010 | 1110 | 101111 | 110011 |
Color Harmonies of #BD6246
Complementary color
Monochromatic Colors of #BD6246
Black with #BD6246
Text Example
Text Example
White with #BD6246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6246; }
p { color: rgb(189,98,70); }
H1.HeaderClassName
{
color: #BD6246;
}
.AnyTagClassName
{
color: #BD6246;
}
</style>
background-color css
<style>
a { background-color: #BD6246; }
a { background-color: rgb(189,98,70); }
div.DivClassName
{
background-color: #BD6246;
}
.BgClassName
{
background-color: #BD6246;
}
</style>
border-color css
<style>
span { border-color: #BD6246; }
span { border-color: rgb(189,98,70); }
td.TdClassName
{
border-color: #BD6246;
}
.TagClassName
{
border-color: #BD6246;
}
</style>