Shades of Flame Pea #B85E4B
Tints of Flame Pea #B85E4B
RGB
CMYK
RGB Variations
Color information
#B85E4B (or 0xB85E4B) is known color: Flame Pea. HEX triplet: B8, 5E and 4B. RGB value is (184,94,75). Sum of RGB (Red+Green+Blue) = 184+94+75=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85E4B is #47A1B4. Grayscale: #767676. Windows color (decimal): -4694453 or 4939448. OLE color: 4939448.
HSL color Cylindrical-coordinate representation of color #B85E4B: hue angle of 10.46º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B85E4B is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 94 | 75 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.28 |
| HSL | 10.46º | 0.43% | 0.51% | - |
| HSV(B) | 10.46º | 0.59% | 0.72% | - |
| XYZ | 25.04 | 18.7 | 8.95 | - |
| YUV | 118.74 | 103.32 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 75 | 0 | 0.49 | 0.59 | 0.28 | 10.46 | 0.43 | 0.51 |
| Hex | B8 | 5E | 4B | 0 | 31 | 3B | 1C | A | 2B | 33 |
| Octal | 270 | 136 | 113 | 0 | 61 | 73 | 34 | 12 | 53 | 63 |
| Binary | 10111000 | 1011110 | 1001011 | 0 | 110001 | 111011 | 11100 | 1010 | 101011 | 110011 |
Color Harmonies of #B85E4B
Complementary color
Monochromatic Colors of #B85E4B
Black with #B85E4B
Text Example
Text Example
White with #B85E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85E4B; }
p { color: rgb(184,94,75); }
H1.HeaderClassName
{
color: #B85E4B;
}
.AnyTagClassName
{
color: #B85E4B;
}
</style>
background-color css
<style>
a { background-color: #B85E4B; }
a { background-color: rgb(184,94,75); }
div.DivClassName
{
background-color: #B85E4B;
}
.BgClassName
{
background-color: #B85E4B;
}
</style>
border-color css
<style>
span { border-color: #B85E4B; }
span { border-color: rgb(184,94,75); }
td.TdClassName
{
border-color: #B85E4B;
}
.TagClassName
{
border-color: #B85E4B;
}
</style>