Shades of Flame Pea #B85A45
Tints of Flame Pea #B85A45
RGB
CMYK
RGB Variations
Color information
#B85A45 (or 0xB85A45) is known color: Flame Pea. HEX triplet: B8, 5A and 45. RGB value is (184,90,69). Sum of RGB (Red+Green+Blue) = 184+90+69=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A45 is #47A5BA. Grayscale: #737373. Windows color (decimal): -4695483 or 4545208. OLE color: 4545208.
HSL color Cylindrical-coordinate representation of color #B85A45: hue angle of 10.96º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B85A45 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 69 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.28 |
| HSL | 10.96º | 0.45% | 0.5% | - |
| HSV(B) | 10.96º | 0.63% | 0.72% | - |
| XYZ | 24.5 | 17.93 | 7.8 | - |
| YUV | 115.71 | 101.64 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 69 | 0 | 0.51 | 0.62 | 0.28 | 10.96 | 0.45 | 0.5 |
| Hex | B8 | 5A | 45 | 0 | 33 | 3E | 1C | B | 2D | 32 |
| Octal | 270 | 132 | 105 | 0 | 63 | 76 | 34 | 13 | 55 | 62 |
| Binary | 10111000 | 1011010 | 1000101 | 0 | 110011 | 111110 | 11100 | 1011 | 101101 | 110010 |
Color Harmonies of #B85A45
Complementary color
Monochromatic Colors of #B85A45
Black with #B85A45
Text Example
Text Example
White with #B85A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A45; }
p { color: rgb(184,90,69); }
H1.HeaderClassName
{
color: #B85A45;
}
.AnyTagClassName
{
color: #B85A45;
}
</style>
background-color css
<style>
a { background-color: #B85A45; }
a { background-color: rgb(184,90,69); }
div.DivClassName
{
background-color: #B85A45;
}
.BgClassName
{
background-color: #B85A45;
}
</style>
border-color css
<style>
span { border-color: #B85A45; }
span { border-color: rgb(184,90,69); }
td.TdClassName
{
border-color: #B85A45;
}
.TagClassName
{
border-color: #B85A45;
}
</style>