Shades of Flame Pea #B85A4D
Tints of Flame Pea #B85A4D
RGB
CMYK
RGB Variations
Color information
#B85A4D (or 0xB85A4D) is known color: Flame Pea. HEX triplet: B8, 5A and 4D. RGB value is (184,90,77). Sum of RGB (Red+Green+Blue) = 184+90+77=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A4D is #47A5B2. Grayscale: #747474. Windows color (decimal): -4695475 or 5069496. OLE color: 5069496.
HSL color Cylindrical-coordinate representation of color #B85A4D: hue angle of 7.29º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B85A4D is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 77 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.28 |
| HSL | 7.29º | 0.43% | 0.51% | - |
| HSV(B) | 7.29º | 0.58% | 0.72% | - |
| XYZ | 24.76 | 18.04 | 9.2 | - |
| YUV | 116.62 | 105.64 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 77 | 0 | 0.51 | 0.58 | 0.28 | 7.29 | 0.43 | 0.51 |
| Hex | B8 | 5A | 4D | 0 | 33 | 3A | 1C | 7 | 2B | 33 |
| Octal | 270 | 132 | 115 | 0 | 63 | 72 | 34 | 7 | 53 | 63 |
| Binary | 10111000 | 1011010 | 1001101 | 0 | 110011 | 111010 | 11100 | 111 | 101011 | 110011 |
Color Harmonies of #B85A4D
Complementary color
Monochromatic Colors of #B85A4D
Black with #B85A4D
Text Example
Text Example
White with #B85A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A4D; }
p { color: rgb(184,90,77); }
H1.HeaderClassName
{
color: #B85A4D;
}
.AnyTagClassName
{
color: #B85A4D;
}
</style>
background-color css
<style>
a { background-color: #B85A4D; }
a { background-color: rgb(184,90,77); }
div.DivClassName
{
background-color: #B85A4D;
}
.BgClassName
{
background-color: #B85A4D;
}
</style>
border-color css
<style>
span { border-color: #B85A4D; }
span { border-color: rgb(184,90,77); }
td.TdClassName
{
border-color: #B85A4D;
}
.TagClassName
{
border-color: #B85A4D;
}
</style>