Shades of Flame Pea #B5624D
Tints of Flame Pea #B5624D
RGB
CMYK
RGB Variations
Color information
#B5624D (or 0xB5624D) is known color: Flame Pea. HEX triplet: B5, 62 and 4D. RGB value is (181,98,77). Sum of RGB (Red+Green+Blue) = 181+98+77=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5624D is #4A9DB2. Grayscale: #787878. Windows color (decimal): -4890035 or 5071541. OLE color: 5071541.
HSL color Cylindrical-coordinate representation of color #B5624D: hue angle of 12.12º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5624D is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 77 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.29 |
| HSL | 12.12º | 0.41% | 0.51% | - |
| HSV(B) | 12.12º | 0.57% | 0.71% | - |
| XYZ | 24.76 | 19.09 | 9.4 | - |
| YUV | 120.42 | 103.5 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 77 | 0 | 0.46 | 0.57 | 0.29 | 12.12 | 0.41 | 0.51 |
| Hex | B5 | 62 | 4D | 0 | 2E | 39 | 1D | C | 29 | 33 |
| Octal | 265 | 142 | 115 | 0 | 56 | 71 | 35 | 14 | 51 | 63 |
| Binary | 10110101 | 1100010 | 1001101 | 0 | 101110 | 111001 | 11101 | 1100 | 101001 | 110011 |
Color Harmonies of #B5624D
Complementary color
Monochromatic Colors of #B5624D
Black with #B5624D
Text Example
Text Example
White with #B5624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5624D; }
p { color: rgb(181,98,77); }
H1.HeaderClassName
{
color: #B5624D;
}
.AnyTagClassName
{
color: #B5624D;
}
</style>
background-color css
<style>
a { background-color: #B5624D; }
a { background-color: rgb(181,98,77); }
div.DivClassName
{
background-color: #B5624D;
}
.BgClassName
{
background-color: #B5624D;
}
</style>
border-color css
<style>
span { border-color: #B5624D; }
span { border-color: rgb(181,98,77); }
td.TdClassName
{
border-color: #B5624D;
}
.TagClassName
{
border-color: #B5624D;
}
</style>