Shades of Flame Pea #B85D44
Tints of Flame Pea #B85D44
RGB
CMYK
RGB Variations
Color information
#B85D44 (or 0xB85D44) is known color: Flame Pea. HEX triplet: B8, 5D and 44. RGB value is (184,93,68). Sum of RGB (Red+Green+Blue) = 184+93+68=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D44 is #47A2BB. Grayscale: #757575. Windows color (decimal): -4694716 or 4480440. OLE color: 4480440.
HSL color Cylindrical-coordinate representation of color #B85D44: hue angle of 12.93º 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 #B85D44 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 68 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.28 |
| HSL | 12.93º | 0.46% | 0.49% | - |
| HSV(B) | 12.93º | 0.63% | 0.72% | - |
| XYZ | 24.72 | 18.44 | 7.72 | - |
| YUV | 117.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 68 | 0 | 0.49 | 0.63 | 0.28 | 12.93 | 0.46 | 0.49 |
| Hex | B8 | 5D | 44 | 0 | 31 | 3F | 1C | D | 2E | 31 |
| Octal | 270 | 135 | 104 | 0 | 61 | 77 | 34 | 15 | 56 | 61 |
| Binary | 10111000 | 1011101 | 1000100 | 0 | 110001 | 111111 | 11100 | 1101 | 101110 | 110001 |
Color Harmonies of #B85D44
Complementary color
Monochromatic Colors of #B85D44
Black with #B85D44
Text Example
Text Example
White with #B85D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D44; }
p { color: rgb(184,93,68); }
H1.HeaderClassName
{
color: #B85D44;
}
.AnyTagClassName
{
color: #B85D44;
}
</style>
background-color css
<style>
a { background-color: #B85D44; }
a { background-color: rgb(184,93,68); }
div.DivClassName
{
background-color: #B85D44;
}
.BgClassName
{
background-color: #B85D44;
}
</style>
border-color css
<style>
span { border-color: #B85D44; }
span { border-color: rgb(184,93,68); }
td.TdClassName
{
border-color: #B85D44;
}
.TagClassName
{
border-color: #B85D44;
}
</style>