Shades of Flame Pea #B76449
Tints of Flame Pea #B76449
RGB
CMYK
RGB Variations
Color information
#B76449 (or 0xB76449) is known color: Flame Pea. HEX triplet: B7, 64 and 49. RGB value is (183,100,73). Sum of RGB (Red+Green+Blue) = 183+100+73=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B76449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76449 is #489BB6. Grayscale: #797979. Windows color (decimal): -4758455 or 4809911. OLE color: 4809911.
HSL color Cylindrical-coordinate representation of color #B76449: hue angle of 14.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 #B76449 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 73 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.28 |
| HSL | 14.73º | 0.43% | 0.5% | - |
| HSV(B) | 14.73º | 0.6% | 0.72% | - |
| XYZ | 25.29 | 19.66 | 8.77 | - |
| YUV | 121.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 73 | 0 | 0.45 | 0.60 | 0.28 | 14.73 | 0.43 | 0.5 |
| Hex | B7 | 64 | 49 | 0 | 2D | 3C | 1C | F | 2B | 32 |
| Octal | 267 | 144 | 111 | 0 | 55 | 74 | 34 | 17 | 53 | 62 |
| Binary | 10110111 | 1100100 | 1001001 | 0 | 101101 | 111100 | 11100 | 1111 | 101011 | 110010 |
Color Harmonies of #B76449
Complementary color
Monochromatic Colors of #B76449
Black with #B76449
Text Example
Text Example
White with #B76449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76449; }
p { color: rgb(183,100,73); }
H1.HeaderClassName
{
color: #B76449;
}
.AnyTagClassName
{
color: #B76449;
}
</style>
background-color css
<style>
a { background-color: #B76449; }
a { background-color: rgb(183,100,73); }
div.DivClassName
{
background-color: #B76449;
}
.BgClassName
{
background-color: #B76449;
}
</style>
border-color css
<style>
span { border-color: #B76449; }
span { border-color: rgb(183,100,73); }
td.TdClassName
{
border-color: #B76449;
}
.TagClassName
{
border-color: #B76449;
}
</style>