Shades of Flame Pea #BD5C50
Tints of Flame Pea #BD5C50
RGB
CMYK
RGB Variations
Color information
#BD5C50 (or 0xBD5C50) is known color: Flame Pea. HEX triplet: BD, 5C and 50. RGB value is (189,92,80). Sum of RGB (Red+Green+Blue) = 189+92+80=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5C50 is #42A3AF. Grayscale: #777777. Windows color (decimal): -4367280 or 5266621. OLE color: 5266621.
HSL color Cylindrical-coordinate representation of color #BD5C50: hue angle of 6.61º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD5C50 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 92 | 80 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.26 |
| HSL | 6.61º | 0.45% | 0.53% | - |
| HSV(B) | 6.61º | 0.58% | 0.74% | - |
| XYZ | 26.26 | 19.05 | 9.88 | - |
| YUV | 119.64 | 105.64 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 80 | 0 | 0.51 | 0.58 | 0.26 | 6.61 | 0.45 | 0.53 |
| Hex | BD | 5C | 50 | 0 | 33 | 3A | 1A | 7 | 2D | 35 |
| Octal | 275 | 134 | 120 | 0 | 63 | 72 | 32 | 7 | 55 | 65 |
| Binary | 10111101 | 1011100 | 1010000 | 0 | 110011 | 111010 | 11010 | 111 | 101101 | 110101 |
Color Harmonies of #BD5C50
Complementary color
Monochromatic Colors of #BD5C50
Black with #BD5C50
Text Example
Text Example
White with #BD5C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5C50; }
p { color: rgb(189,92,80); }
H1.HeaderClassName
{
color: #BD5C50;
}
.AnyTagClassName
{
color: #BD5C50;
}
</style>
background-color css
<style>
a { background-color: #BD5C50; }
a { background-color: rgb(189,92,80); }
div.DivClassName
{
background-color: #BD5C50;
}
.BgClassName
{
background-color: #BD5C50;
}
</style>
border-color css
<style>
span { border-color: #BD5C50; }
span { border-color: rgb(189,92,80); }
td.TdClassName
{
border-color: #BD5C50;
}
.TagClassName
{
border-color: #BD5C50;
}
</style>