Shades of Flame Pea #BD6445
Tints of Flame Pea #BD6445
RGB
CMYK
RGB Variations
Color information
#BD6445 (or 0xBD6445) is known color: Flame Pea. HEX triplet: BD, 64 and 45. RGB value is (189,100,69). Sum of RGB (Red+Green+Blue) = 189+100+69=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6445 is #429BBA. Grayscale: #7B7B7B. Windows color (decimal): -4365243 or 4547773. OLE color: 4547773.
HSL color Cylindrical-coordinate representation of color #BD6445: hue angle of 15.5º 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 #BD6445 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 69 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.26 |
| HSL | 15.5º | 0.48% | 0.51% | - |
| HSV(B) | 15.5º | 0.63% | 0.74% | - |
| XYZ | 26.62 | 20.36 | 8.16 | - |
| YUV | 123.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 69 | 0 | 0.47 | 0.63 | 0.26 | 15.5 | 0.48 | 0.51 |
| Hex | BD | 64 | 45 | 0 | 2F | 3F | 1A | 10 | 30 | 33 |
| Octal | 275 | 144 | 105 | 0 | 57 | 77 | 32 | 20 | 60 | 63 |
| Binary | 10111101 | 1100100 | 1000101 | 0 | 101111 | 111111 | 11010 | 10000 | 110000 | 110011 |
Color Harmonies of #BD6445
Complementary color
Monochromatic Colors of #BD6445
Black with #BD6445
Text Example
Text Example
White with #BD6445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6445; }
p { color: rgb(189,100,69); }
H1.HeaderClassName
{
color: #BD6445;
}
.AnyTagClassName
{
color: #BD6445;
}
</style>
background-color css
<style>
a { background-color: #BD6445; }
a { background-color: rgb(189,100,69); }
div.DivClassName
{
background-color: #BD6445;
}
.BgClassName
{
background-color: #BD6445;
}
</style>
border-color css
<style>
span { border-color: #BD6445; }
span { border-color: rgb(189,100,69); }
td.TdClassName
{
border-color: #BD6445;
}
.TagClassName
{
border-color: #BD6445;
}
</style>