Shades of Flame Pea #B85C53
Tints of Flame Pea #B85C53
RGB
CMYK
RGB Variations
Color information
#B85C53 (or 0xB85C53) is known color: Flame Pea. HEX triplet: B8, 5C and 53. RGB value is (184,92,83). Sum of RGB (Red+Green+Blue) = 184+92+83=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85C53 is #47A3AC. Grayscale: #767676. Windows color (decimal): -4694957 or 5463224. OLE color: 5463224.
HSL color Cylindrical-coordinate representation of color #B85C53: hue angle of 5.35º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85C53 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 83 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.28 |
| HSL | 5.35º | 0.42% | 0.52% | - |
| HSV(B) | 5.35º | 0.55% | 0.72% | - |
| XYZ | 25.16 | 18.47 | 10.42 | - |
| YUV | 118.48 | 107.98 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 83 | 0 | 0.50 | 0.55 | 0.28 | 5.35 | 0.42 | 0.52 |
| Hex | B8 | 5C | 53 | 0 | 32 | 37 | 1C | 5 | 2A | 34 |
| Octal | 270 | 134 | 123 | 0 | 62 | 67 | 34 | 5 | 52 | 64 |
| Binary | 10111000 | 1011100 | 1010011 | 0 | 110010 | 110111 | 11100 | 101 | 101010 | 110100 |
Color Harmonies of #B85C53
Complementary color
Monochromatic Colors of #B85C53
Black with #B85C53
Text Example
Text Example
White with #B85C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C53; }
p { color: rgb(184,92,83); }
H1.HeaderClassName
{
color: #B85C53;
}
.AnyTagClassName
{
color: #B85C53;
}
</style>
background-color css
<style>
a { background-color: #B85C53; }
a { background-color: rgb(184,92,83); }
div.DivClassName
{
background-color: #B85C53;
}
.BgClassName
{
background-color: #B85C53;
}
</style>
border-color css
<style>
span { border-color: #B85C53; }
span { border-color: rgb(184,92,83); }
td.TdClassName
{
border-color: #B85C53;
}
.TagClassName
{
border-color: #B85C53;
}
</style>