Shades of Flame Pea #B25F4E
Tints of Flame Pea #B25F4E
RGB
CMYK
RGB Variations
Color information
#B25F4E (or 0xB25F4E) is known color: Flame Pea. HEX triplet: B2, 5F and 4E. RGB value is (178,95,78). Sum of RGB (Red+Green+Blue) = 178+95+78=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25F4E is #4DA0B1. Grayscale: #767676. Windows color (decimal): -5087410 or 5136306. OLE color: 5136306.
HSL color Cylindrical-coordinate representation of color #B25F4E: hue angle of 10.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B25F4E is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 95 | 78 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.30 |
| HSL | 10.2º | 0.39% | 0.5% | - |
| HSV(B) | 10.2º | 0.56% | 0.7% | - |
| XYZ | 23.83 | 18.2 | 9.46 | - |
| YUV | 117.88 | 105.5 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 78 | 0 | 0.47 | 0.56 | 0.30 | 10.2 | 0.39 | 0.5 |
| Hex | B2 | 5F | 4E | 0 | 2F | 38 | 1E | A | 27 | 32 |
| Octal | 262 | 137 | 116 | 0 | 57 | 70 | 36 | 12 | 47 | 62 |
| Binary | 10110010 | 1011111 | 1001110 | 0 | 101111 | 111000 | 11110 | 1010 | 100111 | 110010 |
Color Harmonies of #B25F4E
Complementary color
Monochromatic Colors of #B25F4E
Black with #B25F4E
Text Example
Text Example
White with #B25F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25F4E; }
p { color: rgb(178,95,78); }
H1.HeaderClassName
{
color: #B25F4E;
}
.AnyTagClassName
{
color: #B25F4E;
}
</style>
background-color css
<style>
a { background-color: #B25F4E; }
a { background-color: rgb(178,95,78); }
div.DivClassName
{
background-color: #B25F4E;
}
.BgClassName
{
background-color: #B25F4E;
}
</style>
border-color css
<style>
span { border-color: #B25F4E; }
span { border-color: rgb(178,95,78); }
td.TdClassName
{
border-color: #B25F4E;
}
.TagClassName
{
border-color: #B25F4E;
}
</style>