Shades of Flame Pea #B85D3F
Tints of Flame Pea #B85D3F
RGB
CMYK
RGB Variations
Color information
#B85D3F (or 0xB85D3F) is known color: Flame Pea. HEX triplet: B8, 5D and 3F. RGB value is (184,93,63). Sum of RGB (Red+Green+Blue) = 184+93+63=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D3F is #47A2C0. Grayscale: #757575. Windows color (decimal): -4694721 or 4152760. OLE color: 4152760.
HSL color Cylindrical-coordinate representation of color #B85D3F: hue angle of 14.88º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B85D3F is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 63 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.28 |
| HSL | 14.88º | 0.49% | 0.48% | - |
| HSV(B) | 14.88º | 0.66% | 0.72% | - |
| XYZ | 24.58 | 18.38 | 6.95 | - |
| YUV | 116.79 | 97.65 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 63 | 0 | 0.49 | 0.66 | 0.28 | 14.88 | 0.49 | 0.48 |
| Hex | B8 | 5D | 3F | 0 | 31 | 42 | 1C | F | 31 | 30 |
| Octal | 270 | 135 | 77 | 0 | 61 | 102 | 34 | 17 | 61 | 60 |
| Binary | 10111000 | 1011101 | 111111 | 0 | 110001 | 1000010 | 11100 | 1111 | 110001 | 110000 |
Color Harmonies of #B85D3F
Complementary color
Monochromatic Colors of #B85D3F
Black with #B85D3F
Text Example
Text Example
White with #B85D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D3F; }
p { color: rgb(184,93,63); }
H1.HeaderClassName
{
color: #B85D3F;
}
.AnyTagClassName
{
color: #B85D3F;
}
</style>
background-color css
<style>
a { background-color: #B85D3F; }
a { background-color: rgb(184,93,63); }
div.DivClassName
{
background-color: #B85D3F;
}
.BgClassName
{
background-color: #B85D3F;
}
</style>
border-color css
<style>
span { border-color: #B85D3F; }
span { border-color: rgb(184,93,63); }
td.TdClassName
{
border-color: #B85D3F;
}
.TagClassName
{
border-color: #B85D3F;
}
</style>