Shades of Flame Pea #B15E50
Tints of Flame Pea #B15E50
RGB
CMYK
RGB Variations
Color information
#B15E50 (or 0xB15E50) is known color: Flame Pea. HEX triplet: B1, 5E and 50. RGB value is (177,94,80). Sum of RGB (Red+Green+Blue) = 177+94+80=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15E50 is #4EA1AF. Grayscale: #757575. Windows color (decimal): -5153200 or 5267121. OLE color: 5267121.
HSL color Cylindrical-coordinate representation of color #B15E50: hue angle of 8.66º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15E50 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 94 | 80 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.31 |
| HSL | 8.66º | 0.38% | 0.5% | - |
| HSV(B) | 8.66º | 0.55% | 0.69% | - |
| XYZ | 23.58 | 17.93 | 9.81 | - |
| YUV | 117.22 | 107 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 80 | 0 | 0.47 | 0.55 | 0.31 | 8.66 | 0.38 | 0.5 |
| Hex | B1 | 5E | 50 | 0 | 2F | 37 | 1F | 9 | 26 | 32 |
| Octal | 261 | 136 | 120 | 0 | 57 | 67 | 37 | 11 | 46 | 62 |
| Binary | 10110001 | 1011110 | 1010000 | 0 | 101111 | 110111 | 11111 | 1001 | 100110 | 110010 |
Color Harmonies of #B15E50
Complementary color
Monochromatic Colors of #B15E50
Black with #B15E50
Text Example
Text Example
White with #B15E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15E50; }
p { color: rgb(177,94,80); }
H1.HeaderClassName
{
color: #B15E50;
}
.AnyTagClassName
{
color: #B15E50;
}
</style>
background-color css
<style>
a { background-color: #B15E50; }
a { background-color: rgb(177,94,80); }
div.DivClassName
{
background-color: #B15E50;
}
.BgClassName
{
background-color: #B15E50;
}
</style>
border-color css
<style>
span { border-color: #B15E50; }
span { border-color: rgb(177,94,80); }
td.TdClassName
{
border-color: #B15E50;
}
.TagClassName
{
border-color: #B15E50;
}
</style>