Shades of Flame Pea #B85C4F
Tints of Flame Pea #B85C4F
RGB
CMYK
RGB Variations
Color information
#B85C4F (or 0xB85C4F) is known color: Flame Pea. HEX triplet: B8, 5C and 4F. RGB value is (184,92,79). Sum of RGB (Red+Green+Blue) = 184+92+79=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85C4F is #47A3B0. Grayscale: #767676. Windows color (decimal): -4694961 or 5201080. OLE color: 5201080.
HSL color Cylindrical-coordinate representation of color #B85C4F: hue angle of 7.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85C4F is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 79 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.28 |
| HSL | 7.43º | 0.43% | 0.52% | - |
| HSV(B) | 7.43º | 0.57% | 0.72% | - |
| XYZ | 25.01 | 18.41 | 9.63 | - |
| YUV | 118.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 79 | 0 | 0.50 | 0.57 | 0.28 | 7.43 | 0.43 | 0.52 |
| Hex | B8 | 5C | 4F | 0 | 32 | 39 | 1C | 7 | 2B | 34 |
| Octal | 270 | 134 | 117 | 0 | 62 | 71 | 34 | 7 | 53 | 64 |
| Binary | 10111000 | 1011100 | 1001111 | 0 | 110010 | 111001 | 11100 | 111 | 101011 | 110100 |
Color Harmonies of #B85C4F
Complementary color
Monochromatic Colors of #B85C4F
Black with #B85C4F
Text Example
Text Example
White with #B85C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C4F; }
p { color: rgb(184,92,79); }
H1.HeaderClassName
{
color: #B85C4F;
}
.AnyTagClassName
{
color: #B85C4F;
}
</style>
background-color css
<style>
a { background-color: #B85C4F; }
a { background-color: rgb(184,92,79); }
div.DivClassName
{
background-color: #B85C4F;
}
.BgClassName
{
background-color: #B85C4F;
}
</style>
border-color css
<style>
span { border-color: #B85C4F; }
span { border-color: rgb(184,92,79); }
td.TdClassName
{
border-color: #B85C4F;
}
.TagClassName
{
border-color: #B85C4F;
}
</style>