Shades of Flame Pea #BD5643
Tints of Flame Pea #BD5643
RGB
CMYK
RGB Variations
Color information
#BD5643 (or 0xBD5643) is known color: Flame Pea. HEX triplet: BD, 56 and 43. RGB value is (189,86,67). Sum of RGB (Red+Green+Blue) = 189+86+67=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5643 is #42A9BC. Grayscale: #727272. Windows color (decimal): -4368829 or 4413117. OLE color: 4413117.
HSL color Cylindrical-coordinate representation of color #BD5643: hue angle of 9.34º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD5643 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 67 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.26 |
| HSL | 9.34º | 0.48% | 0.5% | - |
| HSV(B) | 9.34º | 0.65% | 0.74% | - |
| XYZ | 25.33 | 17.88 | 7.43 | - |
| YUV | 114.63 | 101.12 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 67 | 0 | 0.54 | 0.65 | 0.26 | 9.34 | 0.48 | 0.5 |
| Hex | BD | 56 | 43 | 0 | 36 | 41 | 1A | 9 | 30 | 32 |
| Octal | 275 | 126 | 103 | 0 | 66 | 101 | 32 | 11 | 60 | 62 |
| Binary | 10111101 | 1010110 | 1000011 | 0 | 110110 | 1000001 | 11010 | 1001 | 110000 | 110010 |
Color Harmonies of #BD5643
Complementary color
Monochromatic Colors of #BD5643
Black with #BD5643
Text Example
Text Example
White with #BD5643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5643; }
p { color: rgb(189,86,67); }
H1.HeaderClassName
{
color: #BD5643;
}
.AnyTagClassName
{
color: #BD5643;
}
</style>
background-color css
<style>
a { background-color: #BD5643; }
a { background-color: rgb(189,86,67); }
div.DivClassName
{
background-color: #BD5643;
}
.BgClassName
{
background-color: #BD5643;
}
</style>
border-color css
<style>
span { border-color: #BD5643; }
span { border-color: rgb(189,86,67); }
td.TdClassName
{
border-color: #BD5643;
}
.TagClassName
{
border-color: #BD5643;
}
</style>