Shades of Flame Pea #B55D53
Tints of Flame Pea #B55D53
RGB
CMYK
RGB Variations
Color information
#B55D53 (or 0xB55D53) is known color: Flame Pea. HEX triplet: B5, 5D and 53. RGB value is (181,93,83). Sum of RGB (Red+Green+Blue) = 181+93+83=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D53 is #4AA2AC. Grayscale: #767676. Windows color (decimal): -4891309 or 5463477. OLE color: 5463477.
HSL color Cylindrical-coordinate representation of color #B55D53: hue angle of 6.12º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55D53 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 93 | 83 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.29 |
| HSL | 6.12º | 0.4% | 0.52% | - |
| HSV(B) | 6.12º | 0.54% | 0.71% | - |
| XYZ | 24.53 | 18.28 | 10.42 | - |
| YUV | 118.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 83 | 0 | 0.49 | 0.54 | 0.29 | 6.12 | 0.4 | 0.52 |
| Hex | B5 | 5D | 53 | 0 | 31 | 36 | 1D | 6 | 28 | 34 |
| Octal | 265 | 135 | 123 | 0 | 61 | 66 | 35 | 6 | 50 | 64 |
| Binary | 10110101 | 1011101 | 1010011 | 0 | 110001 | 110110 | 11101 | 110 | 101000 | 110100 |
Color Harmonies of #B55D53
Complementary color
Monochromatic Colors of #B55D53
Black with #B55D53
Text Example
Text Example
White with #B55D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55D53; }
p { color: rgb(181,93,83); }
H1.HeaderClassName
{
color: #B55D53;
}
.AnyTagClassName
{
color: #B55D53;
}
</style>
background-color css
<style>
a { background-color: #B55D53; }
a { background-color: rgb(181,93,83); }
div.DivClassName
{
background-color: #B55D53;
}
.BgClassName
{
background-color: #B55D53;
}
</style>
border-color css
<style>
span { border-color: #B55D53; }
span { border-color: rgb(181,93,83); }
td.TdClassName
{
border-color: #B55D53;
}
.TagClassName
{
border-color: #B55D53;
}
</style>