Shades of Flame Pea #BD6549
Tints of Flame Pea #BD6549
RGB
CMYK
RGB Variations
Color information
#BD6549 (or 0xBD6549) is known color: Flame Pea. HEX triplet: BD, 65 and 49. RGB value is (189,101,73). Sum of RGB (Red+Green+Blue) = 189+101+73=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6549 is #429AB6. Grayscale: #7C7C7C. Windows color (decimal): -4364983 or 4810173. OLE color: 4810173.
HSL color Cylindrical-coordinate representation of color #BD6549: hue angle of 14.48º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD6549 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 73 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.26 |
| HSL | 14.48º | 0.47% | 0.51% | - |
| HSV(B) | 14.48º | 0.61% | 0.74% | - |
| XYZ | 26.84 | 20.61 | 8.87 | - |
| YUV | 124.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 73 | 0 | 0.47 | 0.61 | 0.26 | 14.48 | 0.47 | 0.51 |
| Hex | BD | 65 | 49 | 0 | 2F | 3D | 1A | E | 2F | 33 |
| Octal | 275 | 145 | 111 | 0 | 57 | 75 | 32 | 16 | 57 | 63 |
| Binary | 10111101 | 1100101 | 1001001 | 0 | 101111 | 111101 | 11010 | 1110 | 101111 | 110011 |
Color Harmonies of #BD6549
Complementary color
Monochromatic Colors of #BD6549
Black with #BD6549
Text Example
Text Example
White with #BD6549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6549; }
p { color: rgb(189,101,73); }
H1.HeaderClassName
{
color: #BD6549;
}
.AnyTagClassName
{
color: #BD6549;
}
</style>
background-color css
<style>
a { background-color: #BD6549; }
a { background-color: rgb(189,101,73); }
div.DivClassName
{
background-color: #BD6549;
}
.BgClassName
{
background-color: #BD6549;
}
</style>
border-color css
<style>
span { border-color: #BD6549; }
span { border-color: rgb(189,101,73); }
td.TdClassName
{
border-color: #BD6549;
}
.TagClassName
{
border-color: #BD6549;
}
</style>