Shades of Flame Pea #BD5841
Tints of Flame Pea #BD5841
RGB
CMYK
RGB Variations
Color information
#BD5841 (or 0xBD5841) is known color: Flame Pea. HEX triplet: BD, 58 and 41. RGB value is (189,88,65). Sum of RGB (Red+Green+Blue) = 189+88+65=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5841 is #42A7BE. Grayscale: #737373. Windows color (decimal): -4368319 or 4282557. OLE color: 4282557.
HSL color Cylindrical-coordinate representation of color #BD5841: hue angle of 11.13º 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 #BD5841 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 65 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.26 |
| HSL | 11.13º | 0.49% | 0.5% | - |
| HSV(B) | 11.13º | 0.66% | 0.74% | - |
| XYZ | 25.43 | 18.18 | 7.17 | - |
| YUV | 115.58 | 99.46 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 65 | 0 | 0.53 | 0.66 | 0.26 | 11.13 | 0.49 | 0.5 |
| Hex | BD | 58 | 41 | 0 | 35 | 42 | 1A | B | 31 | 32 |
| Octal | 275 | 130 | 101 | 0 | 65 | 102 | 32 | 13 | 61 | 62 |
| Binary | 10111101 | 1011000 | 1000001 | 0 | 110101 | 1000010 | 11010 | 1011 | 110001 | 110010 |
Color Harmonies of #BD5841
Complementary color
Monochromatic Colors of #BD5841
Black with #BD5841
Text Example
Text Example
White with #BD5841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5841; }
p { color: rgb(189,88,65); }
H1.HeaderClassName
{
color: #BD5841;
}
.AnyTagClassName
{
color: #BD5841;
}
</style>
background-color css
<style>
a { background-color: #BD5841; }
a { background-color: rgb(189,88,65); }
div.DivClassName
{
background-color: #BD5841;
}
.BgClassName
{
background-color: #BD5841;
}
</style>
border-color css
<style>
span { border-color: #BD5841; }
span { border-color: rgb(189,88,65); }
td.TdClassName
{
border-color: #BD5841;
}
.TagClassName
{
border-color: #BD5841;
}
</style>