Shades of Flame Pea #B85641
Tints of Flame Pea #B85641
RGB
CMYK
RGB Variations
Color information
#B85641 (or 0xB85641) is known color: Flame Pea. HEX triplet: B8, 56 and 41. RGB value is (184,86,65). Sum of RGB (Red+Green+Blue) = 184+86+65=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B85641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85641 is #47A9BE. Grayscale: #717171. Windows color (decimal): -4696511 or 4282040. OLE color: 4282040.
HSL color Cylindrical-coordinate representation of color #B85641: hue angle of 10.59º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B85641 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 65 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.28 |
| HSL | 10.59º | 0.48% | 0.49% | - |
| HSV(B) | 10.59º | 0.65% | 0.72% | - |
| XYZ | 24.05 | 17.23 | 7.06 | - |
| YUV | 112.91 | 100.97 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 65 | 0 | 0.53 | 0.65 | 0.28 | 10.59 | 0.48 | 0.49 |
| Hex | B8 | 56 | 41 | 0 | 35 | 41 | 1C | B | 30 | 31 |
| Octal | 270 | 126 | 101 | 0 | 65 | 101 | 34 | 13 | 60 | 61 |
| Binary | 10111000 | 1010110 | 1000001 | 0 | 110101 | 1000001 | 11100 | 1011 | 110000 | 110001 |
Color Harmonies of #B85641
Complementary color
Monochromatic Colors of #B85641
Black with #B85641
Text Example
Text Example
White with #B85641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85641; }
p { color: rgb(184,86,65); }
H1.HeaderClassName
{
color: #B85641;
}
.AnyTagClassName
{
color: #B85641;
}
</style>
background-color css
<style>
a { background-color: #B85641; }
a { background-color: rgb(184,86,65); }
div.DivClassName
{
background-color: #B85641;
}
.BgClassName
{
background-color: #B85641;
}
</style>
border-color css
<style>
span { border-color: #B85641; }
span { border-color: rgb(184,86,65); }
td.TdClassName
{
border-color: #B85641;
}
.TagClassName
{
border-color: #B85641;
}
</style>