Shades of Flame Pea #B75949
Tints of Flame Pea #B75949
RGB
CMYK
RGB Variations
Color information
#B75949 (or 0xB75949) is known color: Flame Pea. HEX triplet: B7, 59 and 49. RGB value is (183,89,73). Sum of RGB (Red+Green+Blue) = 183+89+73=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B75949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75949 is #48A6B6. Grayscale: #737373. Windows color (decimal): -4761271 or 4807095. OLE color: 4807095.
HSL color Cylindrical-coordinate representation of color #B75949: hue angle of 8.73º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B75949 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 73 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.28 |
| HSL | 8.73º | 0.43% | 0.5% | - |
| HSV(B) | 8.73º | 0.6% | 0.72% | - |
| XYZ | 24.3 | 17.69 | 8.44 | - |
| YUV | 115.28 | 104.14 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 73 | 0 | 0.51 | 0.60 | 0.28 | 8.73 | 0.43 | 0.5 |
| Hex | B7 | 59 | 49 | 0 | 33 | 3C | 1C | 9 | 2B | 32 |
| Octal | 267 | 131 | 111 | 0 | 63 | 74 | 34 | 11 | 53 | 62 |
| Binary | 10110111 | 1011001 | 1001001 | 0 | 110011 | 111100 | 11100 | 1001 | 101011 | 110010 |
Color Harmonies of #B75949
Complementary color
Monochromatic Colors of #B75949
Black with #B75949
Text Example
Text Example
White with #B75949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75949; }
p { color: rgb(183,89,73); }
H1.HeaderClassName
{
color: #B75949;
}
.AnyTagClassName
{
color: #B75949;
}
</style>
background-color css
<style>
a { background-color: #B75949; }
a { background-color: rgb(183,89,73); }
div.DivClassName
{
background-color: #B75949;
}
.BgClassName
{
background-color: #B75949;
}
</style>
border-color css
<style>
span { border-color: #B75949; }
span { border-color: rgb(183,89,73); }
td.TdClassName
{
border-color: #B75949;
}
.TagClassName
{
border-color: #B75949;
}
</style>