Shades of Flame Pea #B85C41
Tints of Flame Pea #B85C41
RGB
CMYK
RGB Variations
Color information
#B85C41 (or 0xB85C41) is known color: Flame Pea. HEX triplet: B8, 5C and 41. RGB value is (184,92,65). Sum of RGB (Red+Green+Blue) = 184+92+65=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C41 is #47A3BE. Grayscale: #747474. Windows color (decimal): -4694975 or 4283576. OLE color: 4283576.
HSL color Cylindrical-coordinate representation of color #B85C41: hue angle of 13.61º 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 #B85C41 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 65 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.28 |
| HSL | 13.61º | 0.48% | 0.49% | - |
| HSV(B) | 13.61º | 0.65% | 0.72% | - |
| XYZ | 24.55 | 18.23 | 7.23 | - |
| YUV | 116.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 65 | 0 | 0.50 | 0.65 | 0.28 | 13.61 | 0.48 | 0.49 |
| Hex | B8 | 5C | 41 | 0 | 32 | 41 | 1C | E | 30 | 31 |
| Octal | 270 | 134 | 101 | 0 | 62 | 101 | 34 | 16 | 60 | 61 |
| Binary | 10111000 | 1011100 | 1000001 | 0 | 110010 | 1000001 | 11100 | 1110 | 110000 | 110001 |
Color Harmonies of #B85C41
Complementary color
Monochromatic Colors of #B85C41
Black with #B85C41
Text Example
Text Example
White with #B85C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C41; }
p { color: rgb(184,92,65); }
H1.HeaderClassName
{
color: #B85C41;
}
.AnyTagClassName
{
color: #B85C41;
}
</style>
background-color css
<style>
a { background-color: #B85C41; }
a { background-color: rgb(184,92,65); }
div.DivClassName
{
background-color: #B85C41;
}
.BgClassName
{
background-color: #B85C41;
}
</style>
border-color css
<style>
span { border-color: #B85C41; }
span { border-color: rgb(184,92,65); }
td.TdClassName
{
border-color: #B85C41;
}
.TagClassName
{
border-color: #B85C41;
}
</style>