Shades of Flame Pea #B25D50
Tints of Flame Pea #B25D50
RGB
CMYK
RGB Variations
Color information
#B25D50 (or 0xB25D50) is known color: Flame Pea. HEX triplet: B2, 5D and 50. RGB value is (178,93,80). Sum of RGB (Red+Green+Blue) = 178+93+80=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25D50 is #4DA2AF. Grayscale: #757575. Windows color (decimal): -5087920 or 5266866. OLE color: 5266866.
HSL color Cylindrical-coordinate representation of color #B25D50: hue angle of 7.96º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B25D50 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 93 | 80 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.30 |
| HSL | 7.96º | 0.39% | 0.51% | - |
| HSV(B) | 7.96º | 0.55% | 0.7% | - |
| XYZ | 23.72 | 17.87 | 9.79 | - |
| YUV | 116.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 80 | 0 | 0.48 | 0.55 | 0.30 | 7.96 | 0.39 | 0.51 |
| Hex | B2 | 5D | 50 | 0 | 30 | 37 | 1E | 8 | 27 | 33 |
| Octal | 262 | 135 | 120 | 0 | 60 | 67 | 36 | 10 | 47 | 63 |
| Binary | 10110010 | 1011101 | 1010000 | 0 | 110000 | 110111 | 11110 | 1000 | 100111 | 110011 |
Color Harmonies of #B25D50
Complementary color
Monochromatic Colors of #B25D50
Black with #B25D50
Text Example
Text Example
White with #B25D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25D50; }
p { color: rgb(178,93,80); }
H1.HeaderClassName
{
color: #B25D50;
}
.AnyTagClassName
{
color: #B25D50;
}
</style>
background-color css
<style>
a { background-color: #B25D50; }
a { background-color: rgb(178,93,80); }
div.DivClassName
{
background-color: #B25D50;
}
.BgClassName
{
background-color: #B25D50;
}
</style>
border-color css
<style>
span { border-color: #B25D50; }
span { border-color: rgb(178,93,80); }
td.TdClassName
{
border-color: #B25D50;
}
.TagClassName
{
border-color: #B25D50;
}
</style>