Shades of Flame Pea #B95E50
Tints of Flame Pea #B95E50
RGB
CMYK
RGB Variations
Color information
#B95E50 (or 0xB95E50) is known color: Flame Pea. HEX triplet: B9, 5E and 50. RGB value is (185,94,80). Sum of RGB (Red+Green+Blue) = 185+94+80=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95E50 is #46A1AF. Grayscale: #777777. Windows color (decimal): -4628912 or 5267129. OLE color: 5267129.
HSL color Cylindrical-coordinate representation of color #B95E50: hue angle of 8º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B95E50 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 94 | 80 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.27 |
| HSL | 8º | 0.43% | 0.52% | - |
| HSV(B) | 8º | 0.57% | 0.73% | - |
| XYZ | 25.46 | 18.9 | 9.9 | - |
| YUV | 119.61 | 105.65 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 80 | 0 | 0.49 | 0.57 | 0.27 | 8 | 0.43 | 0.52 |
| Hex | B9 | 5E | 50 | 0 | 31 | 39 | 1B | 8 | 2B | 34 |
| Octal | 271 | 136 | 120 | 0 | 61 | 71 | 33 | 10 | 53 | 64 |
| Binary | 10111001 | 1011110 | 1010000 | 0 | 110001 | 111001 | 11011 | 1000 | 101011 | 110100 |
Color Harmonies of #B95E50
Complementary color
Monochromatic Colors of #B95E50
Black with #B95E50
Text Example
Text Example
White with #B95E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95E50; }
p { color: rgb(185,94,80); }
H1.HeaderClassName
{
color: #B95E50;
}
.AnyTagClassName
{
color: #B95E50;
}
</style>
background-color css
<style>
a { background-color: #B95E50; }
a { background-color: rgb(185,94,80); }
div.DivClassName
{
background-color: #B95E50;
}
.BgClassName
{
background-color: #B95E50;
}
</style>
border-color css
<style>
span { border-color: #B95E50; }
span { border-color: rgb(185,94,80); }
td.TdClassName
{
border-color: #B95E50;
}
.TagClassName
{
border-color: #B95E50;
}
</style>