Shades of Flame Pea #B76349
Tints of Flame Pea #B76349
RGB
CMYK
RGB Variations
Color information
#B76349 (or 0xB76349) is known color: Flame Pea. HEX triplet: B7, 63 and 49. RGB value is (183,99,73). Sum of RGB (Red+Green+Blue) = 183+99+73=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B76349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76349 is #489CB6. Grayscale: #797979. Windows color (decimal): -4758711 or 4809655. OLE color: 4809655.
HSL color Cylindrical-coordinate representation of color #B76349: hue angle of 14.18º 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 #B76349 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 73 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.28 |
| HSL | 14.18º | 0.43% | 0.5% | - |
| HSV(B) | 14.18º | 0.6% | 0.72% | - |
| XYZ | 25.19 | 19.47 | 8.73 | - |
| YUV | 121.15 | 100.83 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 73 | 0 | 0.46 | 0.60 | 0.28 | 14.18 | 0.43 | 0.5 |
| Hex | B7 | 63 | 49 | 0 | 2E | 3C | 1C | E | 2B | 32 |
| Octal | 267 | 143 | 111 | 0 | 56 | 74 | 34 | 16 | 53 | 62 |
| Binary | 10110111 | 1100011 | 1001001 | 0 | 101110 | 111100 | 11100 | 1110 | 101011 | 110010 |
Color Harmonies of #B76349
Complementary color
Monochromatic Colors of #B76349
Black with #B76349
Text Example
Text Example
White with #B76349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76349; }
p { color: rgb(183,99,73); }
H1.HeaderClassName
{
color: #B76349;
}
.AnyTagClassName
{
color: #B76349;
}
</style>
background-color css
<style>
a { background-color: #B76349; }
a { background-color: rgb(183,99,73); }
div.DivClassName
{
background-color: #B76349;
}
.BgClassName
{
background-color: #B76349;
}
</style>
border-color css
<style>
span { border-color: #B76349; }
span { border-color: rgb(183,99,73); }
td.TdClassName
{
border-color: #B76349;
}
.TagClassName
{
border-color: #B76349;
}
</style>