Shades of Flame Pea #B25F53
Tints of Flame Pea #B25F53
RGB
CMYK
RGB Variations
Color information
#B25F53 (or 0xB25F53) is known color: Flame Pea. HEX triplet: B2, 5F and 53. RGB value is (178,95,83). Sum of RGB (Red+Green+Blue) = 178+95+83=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25F53 is #4DA0AC. Grayscale: #767676. Windows color (decimal): -5087405 or 5463986. OLE color: 5463986.
HSL color Cylindrical-coordinate representation of color #B25F53: hue angle of 7.58º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25F53 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 95 | 83 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.30 |
| HSL | 7.58º | 0.38% | 0.51% | - |
| HSV(B) | 7.58º | 0.53% | 0.7% | - |
| XYZ | 24.01 | 18.27 | 10.45 | - |
| YUV | 118.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 83 | 0 | 0.47 | 0.53 | 0.30 | 7.58 | 0.38 | 0.51 |
| Hex | B2 | 5F | 53 | 0 | 2F | 35 | 1E | 8 | 26 | 33 |
| Octal | 262 | 137 | 123 | 0 | 57 | 65 | 36 | 10 | 46 | 63 |
| Binary | 10110010 | 1011111 | 1010011 | 0 | 101111 | 110101 | 11110 | 1000 | 100110 | 110011 |
Color Harmonies of #B25F53
Complementary color
Monochromatic Colors of #B25F53
Black with #B25F53
Text Example
Text Example
White with #B25F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25F53; }
p { color: rgb(178,95,83); }
H1.HeaderClassName
{
color: #B25F53;
}
.AnyTagClassName
{
color: #B25F53;
}
</style>
background-color css
<style>
a { background-color: #B25F53; }
a { background-color: rgb(178,95,83); }
div.DivClassName
{
background-color: #B25F53;
}
.BgClassName
{
background-color: #B25F53;
}
</style>
border-color css
<style>
span { border-color: #B25F53; }
span { border-color: rgb(178,95,83); }
td.TdClassName
{
border-color: #B25F53;
}
.TagClassName
{
border-color: #B25F53;
}
</style>