Shades of Flame Pea #B95842
Tints of Flame Pea #B95842
RGB
CMYK
RGB Variations
Color information
#B95842 (or 0xB95842) is known color: Flame Pea. HEX triplet: B9, 58 and 42. RGB value is (185,88,66). Sum of RGB (Red+Green+Blue) = 185+88+66=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B95842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95842 is #46A7BD. Grayscale: #727272. Windows color (decimal): -4630462 or 4348089. OLE color: 4348089.
HSL color Cylindrical-coordinate representation of color #B95842: hue angle of 11.09º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B95842 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 88 | 66 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.27 |
| HSL | 11.09º | 0.47% | 0.49% | - |
| HSV(B) | 11.09º | 0.64% | 0.73% | - |
| XYZ | 24.48 | 17.69 | 7.28 | - |
| YUV | 114.5 | 100.64 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 66 | 0 | 0.52 | 0.64 | 0.27 | 11.09 | 0.47 | 0.49 |
| Hex | B9 | 58 | 42 | 0 | 34 | 40 | 1B | B | 2F | 31 |
| Octal | 271 | 130 | 102 | 0 | 64 | 100 | 33 | 13 | 57 | 61 |
| Binary | 10111001 | 1011000 | 1000010 | 0 | 110100 | 1000000 | 11011 | 1011 | 101111 | 110001 |
Color Harmonies of #B95842
Complementary color
Monochromatic Colors of #B95842
Black with #B95842
Text Example
Text Example
White with #B95842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95842; }
p { color: rgb(185,88,66); }
H1.HeaderClassName
{
color: #B95842;
}
.AnyTagClassName
{
color: #B95842;
}
</style>
background-color css
<style>
a { background-color: #B95842; }
a { background-color: rgb(185,88,66); }
div.DivClassName
{
background-color: #B95842;
}
.BgClassName
{
background-color: #B95842;
}
</style>
border-color css
<style>
span { border-color: #B95842; }
span { border-color: rgb(185,88,66); }
td.TdClassName
{
border-color: #B95842;
}
.TagClassName
{
border-color: #B95842;
}
</style>