Shades of Flame Pea #B55D4D
Tints of Flame Pea #B55D4D
RGB
CMYK
RGB Variations
Color information
#B55D4D (or 0xB55D4D) is known color: Flame Pea. HEX triplet: B5, 5D and 4D. RGB value is (181,93,77). Sum of RGB (Red+Green+Blue) = 181+93+77=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D4D is #4AA2B2. Grayscale: #757575. Windows color (decimal): -4891315 or 5070261. OLE color: 5070261.
HSL color Cylindrical-coordinate representation of color #B55D4D: hue angle of 9.23º 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 #B55D4D is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 93 | 77 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.29 |
| HSL | 9.23º | 0.41% | 0.51% | - |
| HSV(B) | 9.23º | 0.57% | 0.71% | - |
| XYZ | 24.31 | 18.19 | 9.25 | - |
| YUV | 117.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 77 | 0 | 0.49 | 0.57 | 0.29 | 9.23 | 0.41 | 0.51 |
| Hex | B5 | 5D | 4D | 0 | 31 | 39 | 1D | 9 | 29 | 33 |
| Octal | 265 | 135 | 115 | 0 | 61 | 71 | 35 | 11 | 51 | 63 |
| Binary | 10110101 | 1011101 | 1001101 | 0 | 110001 | 111001 | 11101 | 1001 | 101001 | 110011 |
Color Harmonies of #B55D4D
Complementary color
Monochromatic Colors of #B55D4D
Black with #B55D4D
Text Example
Text Example
White with #B55D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55D4D; }
p { color: rgb(181,93,77); }
H1.HeaderClassName
{
color: #B55D4D;
}
.AnyTagClassName
{
color: #B55D4D;
}
</style>
background-color css
<style>
a { background-color: #B55D4D; }
a { background-color: rgb(181,93,77); }
div.DivClassName
{
background-color: #B55D4D;
}
.BgClassName
{
background-color: #B55D4D;
}
</style>
border-color css
<style>
span { border-color: #B55D4D; }
span { border-color: rgb(181,93,77); }
td.TdClassName
{
border-color: #B55D4D;
}
.TagClassName
{
border-color: #B55D4D;
}
</style>