Shades of Flame Pea #B55D4C
Tints of Flame Pea #B55D4C
RGB
CMYK
RGB Variations
Color information
#B55D4C (or 0xB55D4C) is known color: Flame Pea. HEX triplet: B5, 5D and 4C. RGB value is (181,93,76). Sum of RGB (Red+Green+Blue) = 181+93+76=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55D4C is #4AA2B3. Grayscale: #757575. Windows color (decimal): -4891316 or 5004725. OLE color: 5004725.
HSL color Cylindrical-coordinate representation of color #B55D4C: hue angle of 9.71º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B55D4C is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 93 | 76 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.29 |
| HSL | 9.71º | 0.42% | 0.5% | - |
| HSV(B) | 9.71º | 0.58% | 0.71% | - |
| XYZ | 24.27 | 18.17 | 9.07 | - |
| YUV | 117.37 | 104.65 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 76 | 0 | 0.49 | 0.58 | 0.29 | 9.71 | 0.42 | 0.5 |
| Hex | B5 | 5D | 4C | 0 | 31 | 3A | 1D | A | 2A | 32 |
| Octal | 265 | 135 | 114 | 0 | 61 | 72 | 35 | 12 | 52 | 62 |
| Binary | 10110101 | 1011101 | 1001100 | 0 | 110001 | 111010 | 11101 | 1010 | 101010 | 110010 |
Color Harmonies of #B55D4C
Complementary color
Monochromatic Colors of #B55D4C
Black with #B55D4C
Text Example
Text Example
White with #B55D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55D4C; }
p { color: rgb(181,93,76); }
H1.HeaderClassName
{
color: #B55D4C;
}
.AnyTagClassName
{
color: #B55D4C;
}
</style>
background-color css
<style>
a { background-color: #B55D4C; }
a { background-color: rgb(181,93,76); }
div.DivClassName
{
background-color: #B55D4C;
}
.BgClassName
{
background-color: #B55D4C;
}
</style>
border-color css
<style>
span { border-color: #B55D4C; }
span { border-color: rgb(181,93,76); }
td.TdClassName
{
border-color: #B55D4C;
}
.TagClassName
{
border-color: #B55D4C;
}
</style>