Shades of Flame Pea #B76254
Tints of Flame Pea #B76254
RGB
CMYK
RGB Variations
Color information
#B76254 (or 0xB76254) is known color: Flame Pea. HEX triplet: B7, 62 and 54. RGB value is (183,98,84). Sum of RGB (Red+Green+Blue) = 183+98+84=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B76254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76254 is #489DAB. Grayscale: #797979. Windows color (decimal): -4758956 or 5530295. OLE color: 5530295.
HSL color Cylindrical-coordinate representation of color #B76254: hue angle of 8.48º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B76254 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 98 | 84 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.28 |
| HSL | 8.48º | 0.41% | 0.52% | - |
| HSV(B) | 8.48º | 0.54% | 0.72% | - |
| XYZ | 25.5 | 19.44 | 10.8 | - |
| YUV | 121.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 84 | 0 | 0.46 | 0.54 | 0.28 | 8.48 | 0.41 | 0.52 |
| Hex | B7 | 62 | 54 | 0 | 2E | 36 | 1C | 8 | 29 | 34 |
| Octal | 267 | 142 | 124 | 0 | 56 | 66 | 34 | 10 | 51 | 64 |
| Binary | 10110111 | 1100010 | 1010100 | 0 | 101110 | 110110 | 11100 | 1000 | 101001 | 110100 |
Color Harmonies of #B76254
Complementary color
Monochromatic Colors of #B76254
Black with #B76254
Text Example
Text Example
White with #B76254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76254; }
p { color: rgb(183,98,84); }
H1.HeaderClassName
{
color: #B76254;
}
.AnyTagClassName
{
color: #B76254;
}
</style>
background-color css
<style>
a { background-color: #B76254; }
a { background-color: rgb(183,98,84); }
div.DivClassName
{
background-color: #B76254;
}
.BgClassName
{
background-color: #B76254;
}
</style>
border-color css
<style>
span { border-color: #B76254; }
span { border-color: rgb(183,98,84); }
td.TdClassName
{
border-color: #B76254;
}
.TagClassName
{
border-color: #B76254;
}
</style>