Shades of Flame Pea #B7543E
Tints of Flame Pea #B7543E
RGB
CMYK
RGB Variations
Color information
#B7543E (or 0xB7543E) is known color: Flame Pea. HEX triplet: B7, 54 and 3E. RGB value is (183,84,62). Sum of RGB (Red+Green+Blue) = 183+84+62=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7543E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7543E is #48ABC1. Grayscale: #6F6F6F. Windows color (decimal): -4762562 or 4084919. OLE color: 4084919.
HSL color Cylindrical-coordinate representation of color #B7543E: hue angle of 10.91º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7543E is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 62 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.28 |
| HSL | 10.91º | 0.49% | 0.48% | - |
| HSV(B) | 10.91º | 0.66% | 0.72% | - |
| XYZ | 23.57 | 16.76 | 6.55 | - |
| YUV | 111.09 | 100.3 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 62 | 0 | 0.54 | 0.66 | 0.28 | 10.91 | 0.49 | 0.48 |
| Hex | B7 | 54 | 3E | 0 | 36 | 42 | 1C | B | 31 | 30 |
| Octal | 267 | 124 | 76 | 0 | 66 | 102 | 34 | 13 | 61 | 60 |
| Binary | 10110111 | 1010100 | 111110 | 0 | 110110 | 1000010 | 11100 | 1011 | 110001 | 110000 |
Color Harmonies of #B7543E
Complementary color
Monochromatic Colors of #B7543E
Black with #B7543E
Text Example
Text Example
White with #B7543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7543E; }
p { color: rgb(183,84,62); }
H1.HeaderClassName
{
color: #B7543E;
}
.AnyTagClassName
{
color: #B7543E;
}
</style>
background-color css
<style>
a { background-color: #B7543E; }
a { background-color: rgb(183,84,62); }
div.DivClassName
{
background-color: #B7543E;
}
.BgClassName
{
background-color: #B7543E;
}
</style>
border-color css
<style>
span { border-color: #B7543E; }
span { border-color: rgb(183,84,62); }
td.TdClassName
{
border-color: #B7543E;
}
.TagClassName
{
border-color: #B7543E;
}
</style>