Shades of Flame Pea #B85A44
Tints of Flame Pea #B85A44
RGB
CMYK
RGB Variations
Color information
#B85A44 (or 0xB85A44) is known color: Flame Pea. HEX triplet: B8, 5A and 44. RGB value is (184,90,68). Sum of RGB (Red+Green+Blue) = 184+90+68=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A44 is #47A5BB. Grayscale: #737373. Windows color (decimal): -4695484 or 4479672. OLE color: 4479672.
HSL color Cylindrical-coordinate representation of color #B85A44: hue angle of 11.38º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B85A44 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 68 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.28 |
| HSL | 11.38º | 0.46% | 0.49% | - |
| HSV(B) | 11.38º | 0.63% | 0.72% | - |
| XYZ | 24.47 | 17.92 | 7.64 | - |
| YUV | 115.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 68 | 0 | 0.51 | 0.63 | 0.28 | 11.38 | 0.46 | 0.49 |
| Hex | B8 | 5A | 44 | 0 | 33 | 3F | 1C | B | 2E | 31 |
| Octal | 270 | 132 | 104 | 0 | 63 | 77 | 34 | 13 | 56 | 61 |
| Binary | 10111000 | 1011010 | 1000100 | 0 | 110011 | 111111 | 11100 | 1011 | 101110 | 110001 |
Color Harmonies of #B85A44
Complementary color
Monochromatic Colors of #B85A44
Black with #B85A44
Text Example
Text Example
White with #B85A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A44; }
p { color: rgb(184,90,68); }
H1.HeaderClassName
{
color: #B85A44;
}
.AnyTagClassName
{
color: #B85A44;
}
</style>
background-color css
<style>
a { background-color: #B85A44; }
a { background-color: rgb(184,90,68); }
div.DivClassName
{
background-color: #B85A44;
}
.BgClassName
{
background-color: #B85A44;
}
</style>
border-color css
<style>
span { border-color: #B85A44; }
span { border-color: rgb(184,90,68); }
td.TdClassName
{
border-color: #B85A44;
}
.TagClassName
{
border-color: #B85A44;
}
</style>