Shades of Flame Pea #B85C43
Tints of Flame Pea #B85C43
RGB
CMYK
RGB Variations
Color information
#B85C43 (or 0xB85C43) is known color: Flame Pea. HEX triplet: B8, 5C and 43. RGB value is (184,92,67). Sum of RGB (Red+Green+Blue) = 184+92+67=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C43 is #47A3BC. Grayscale: #747474. Windows color (decimal): -4694973 or 4414648. OLE color: 4414648.
HSL color Cylindrical-coordinate representation of color #B85C43: hue angle of 12.82º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B85C43 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 67 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.28 |
| HSL | 12.82º | 0.47% | 0.49% | - |
| HSV(B) | 12.82º | 0.64% | 0.72% | - |
| XYZ | 24.61 | 18.25 | 7.54 | - |
| YUV | 116.66 | 99.98 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 67 | 0 | 0.50 | 0.64 | 0.28 | 12.82 | 0.47 | 0.49 |
| Hex | B8 | 5C | 43 | 0 | 32 | 40 | 1C | D | 2F | 31 |
| Octal | 270 | 134 | 103 | 0 | 62 | 100 | 34 | 15 | 57 | 61 |
| Binary | 10111000 | 1011100 | 1000011 | 0 | 110010 | 1000000 | 11100 | 1101 | 101111 | 110001 |
Color Harmonies of #B85C43
Complementary color
Monochromatic Colors of #B85C43
Black with #B85C43
Text Example
Text Example
White with #B85C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C43; }
p { color: rgb(184,92,67); }
H1.HeaderClassName
{
color: #B85C43;
}
.AnyTagClassName
{
color: #B85C43;
}
</style>
background-color css
<style>
a { background-color: #B85C43; }
a { background-color: rgb(184,92,67); }
div.DivClassName
{
background-color: #B85C43;
}
.BgClassName
{
background-color: #B85C43;
}
</style>
border-color css
<style>
span { border-color: #B85C43; }
span { border-color: rgb(184,92,67); }
td.TdClassName
{
border-color: #B85C43;
}
.TagClassName
{
border-color: #B85C43;
}
</style>