Shades of Flame Pea #B95844
Tints of Flame Pea #B95844
RGB
CMYK
RGB Variations
Color information
#B95844 (or 0xB95844) is known color: Flame Pea. HEX triplet: B9, 58 and 44. RGB value is (185,88,68). Sum of RGB (Red+Green+Blue) = 185+88+68=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B95844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95844 is #46A7BB. Grayscale: #727272. Windows color (decimal): -4630460 or 4479161. OLE color: 4479161.
HSL color Cylindrical-coordinate representation of color #B95844: hue angle of 10.26º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B95844 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 88 | 68 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.27 |
| HSL | 10.26º | 0.46% | 0.5% | - |
| HSV(B) | 10.26º | 0.63% | 0.73% | - |
| XYZ | 24.54 | 17.71 | 7.59 | - |
| YUV | 114.72 | 101.64 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 68 | 0 | 0.52 | 0.63 | 0.27 | 10.26 | 0.46 | 0.5 |
| Hex | B9 | 58 | 44 | 0 | 34 | 3F | 1B | A | 2E | 32 |
| Octal | 271 | 130 | 104 | 0 | 64 | 77 | 33 | 12 | 56 | 62 |
| Binary | 10111001 | 1011000 | 1000100 | 0 | 110100 | 111111 | 11011 | 1010 | 101110 | 110010 |
Color Harmonies of #B95844
Complementary color
Monochromatic Colors of #B95844
Black with #B95844
Text Example
Text Example
White with #B95844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95844; }
p { color: rgb(185,88,68); }
H1.HeaderClassName
{
color: #B95844;
}
.AnyTagClassName
{
color: #B95844;
}
</style>
background-color css
<style>
a { background-color: #B95844; }
a { background-color: rgb(185,88,68); }
div.DivClassName
{
background-color: #B95844;
}
.BgClassName
{
background-color: #B95844;
}
</style>
border-color css
<style>
span { border-color: #B95844; }
span { border-color: rgb(185,88,68); }
td.TdClassName
{
border-color: #B95844;
}
.TagClassName
{
border-color: #B95844;
}
</style>