Shades of Flame Pea #BD583D
Tints of Flame Pea #BD583D
RGB
CMYK
RGB Variations
Color information
#BD583D (or 0xBD583D) is known color: Flame Pea. HEX triplet: BD, 58 and 3D. RGB value is (189,88,61). Sum of RGB (Red+Green+Blue) = 189+88+61=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD583D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD583D is #42A7C2. Grayscale: #737373. Windows color (decimal): -4368323 or 4020413. OLE color: 4020413.
HSL color Cylindrical-coordinate representation of color #BD583D: hue angle of 12.66º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD583D is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 61 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.26 |
| HSL | 12.66º | 0.51% | 0.49% | - |
| HSV(B) | 12.66º | 0.68% | 0.74% | - |
| XYZ | 25.32 | 18.14 | 6.58 | - |
| YUV | 115.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 61 | 0 | 0.53 | 0.68 | 0.26 | 12.66 | 0.51 | 0.49 |
| Hex | BD | 58 | 3D | 0 | 35 | 44 | 1A | D | 33 | 31 |
| Octal | 275 | 130 | 75 | 0 | 65 | 104 | 32 | 15 | 63 | 61 |
| Binary | 10111101 | 1011000 | 111101 | 0 | 110101 | 1000100 | 11010 | 1101 | 110011 | 110001 |
Color Harmonies of #BD583D
Complementary color
Monochromatic Colors of #BD583D
Black with #BD583D
Text Example
Text Example
White with #BD583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD583D; }
p { color: rgb(189,88,61); }
H1.HeaderClassName
{
color: #BD583D;
}
.AnyTagClassName
{
color: #BD583D;
}
</style>
background-color css
<style>
a { background-color: #BD583D; }
a { background-color: rgb(189,88,61); }
div.DivClassName
{
background-color: #BD583D;
}
.BgClassName
{
background-color: #BD583D;
}
</style>
border-color css
<style>
span { border-color: #BD583D; }
span { border-color: rgb(189,88,61); }
td.TdClassName
{
border-color: #BD583D;
}
.TagClassName
{
border-color: #BD583D;
}
</style>