Shades of Flame Pea #BD593F
Tints of Flame Pea #BD593F
RGB
CMYK
RGB Variations
Color information
#BD593F (or 0xBD593F) is known color: Flame Pea. HEX triplet: BD, 59 and 3F. RGB value is (189,89,63). Sum of RGB (Red+Green+Blue) = 189+89+63=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD593F is #42A6C0. Grayscale: #747474. Windows color (decimal): -4368065 or 4151741. OLE color: 4151741.
HSL color Cylindrical-coordinate representation of color #BD593F: hue angle of 12.38º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD593F is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 63 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.26 |
| HSL | 12.38º | 0.5% | 0.49% | - |
| HSV(B) | 12.38º | 0.67% | 0.74% | - |
| XYZ | 25.46 | 18.32 | 6.9 | - |
| YUV | 115.94 | 98.13 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 63 | 0 | 0.53 | 0.67 | 0.26 | 12.38 | 0.5 | 0.49 |
| Hex | BD | 59 | 3F | 0 | 35 | 43 | 1A | C | 32 | 31 |
| Octal | 275 | 131 | 77 | 0 | 65 | 103 | 32 | 14 | 62 | 61 |
| Binary | 10111101 | 1011001 | 111111 | 0 | 110101 | 1000011 | 11010 | 1100 | 110010 | 110001 |
Color Harmonies of #BD593F
Complementary color
Monochromatic Colors of #BD593F
Black with #BD593F
Text Example
Text Example
White with #BD593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD593F; }
p { color: rgb(189,89,63); }
H1.HeaderClassName
{
color: #BD593F;
}
.AnyTagClassName
{
color: #BD593F;
}
</style>
background-color css
<style>
a { background-color: #BD593F; }
a { background-color: rgb(189,89,63); }
div.DivClassName
{
background-color: #BD593F;
}
.BgClassName
{
background-color: #BD593F;
}
</style>
border-color css
<style>
span { border-color: #BD593F; }
span { border-color: rgb(189,89,63); }
td.TdClassName
{
border-color: #BD593F;
}
.TagClassName
{
border-color: #BD593F;
}
</style>