Shades of Flame Pea #B55C43
Tints of Flame Pea #B55C43
RGB
CMYK
RGB Variations
Color information
#B55C43 (or 0xB55C43) is known color: Flame Pea. HEX triplet: B5, 5C and 43. RGB value is (181,92,67). Sum of RGB (Red+Green+Blue) = 181+92+67=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55C43 is #4AA3BC. Grayscale: #737373. Windows color (decimal): -4891581 or 4414645. OLE color: 4414645.
HSL color Cylindrical-coordinate representation of color #B55C43: hue angle of 13.16º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B55C43 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 67 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.29 |
| HSL | 13.16º | 0.46% | 0.49% | - |
| HSV(B) | 13.16º | 0.63% | 0.71% | - |
| XYZ | 23.9 | 17.88 | 7.5 | - |
| YUV | 115.76 | 100.49 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 67 | 0 | 0.49 | 0.63 | 0.29 | 13.16 | 0.46 | 0.49 |
| Hex | B5 | 5C | 43 | 0 | 31 | 3F | 1D | D | 2E | 31 |
| Octal | 265 | 134 | 103 | 0 | 61 | 77 | 35 | 15 | 56 | 61 |
| Binary | 10110101 | 1011100 | 1000011 | 0 | 110001 | 111111 | 11101 | 1101 | 101110 | 110001 |
Color Harmonies of #B55C43
Complementary color
Monochromatic Colors of #B55C43
Black with #B55C43
Text Example
Text Example
White with #B55C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C43; }
p { color: rgb(181,92,67); }
H1.HeaderClassName
{
color: #B55C43;
}
.AnyTagClassName
{
color: #B55C43;
}
</style>
background-color css
<style>
a { background-color: #B55C43; }
a { background-color: rgb(181,92,67); }
div.DivClassName
{
background-color: #B55C43;
}
.BgClassName
{
background-color: #B55C43;
}
</style>
border-color css
<style>
span { border-color: #B55C43; }
span { border-color: rgb(181,92,67); }
td.TdClassName
{
border-color: #B55C43;
}
.TagClassName
{
border-color: #B55C43;
}
</style>