Shades of Flame Pea #B76451
Tints of Flame Pea #B76451
RGB
CMYK
RGB Variations
Color information
#B76451 (or 0xB76451) is known color: Flame Pea. HEX triplet: B7, 64 and 51. RGB value is (183,100,81). Sum of RGB (Red+Green+Blue) = 183+100+81=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B76451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76451 is #489BAE. Grayscale: #7A7A7A. Windows color (decimal): -4758447 or 5334199. OLE color: 5334199.
HSL color Cylindrical-coordinate representation of color #B76451: hue angle of 11.18º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B76451 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 81 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.28 |
| HSL | 11.18º | 0.41% | 0.52% | - |
| HSV(B) | 11.18º | 0.56% | 0.72% | - |
| XYZ | 25.57 | 19.78 | 10.25 | - |
| YUV | 122.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 81 | 0 | 0.45 | 0.56 | 0.28 | 11.18 | 0.41 | 0.52 |
| Hex | B7 | 64 | 51 | 0 | 2D | 38 | 1C | B | 29 | 34 |
| Octal | 267 | 144 | 121 | 0 | 55 | 70 | 34 | 13 | 51 | 64 |
| Binary | 10110111 | 1100100 | 1010001 | 0 | 101101 | 111000 | 11100 | 1011 | 101001 | 110100 |
Color Harmonies of #B76451
Complementary color
Monochromatic Colors of #B76451
Black with #B76451
Text Example
Text Example
White with #B76451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76451; }
p { color: rgb(183,100,81); }
H1.HeaderClassName
{
color: #B76451;
}
.AnyTagClassName
{
color: #B76451;
}
</style>
background-color css
<style>
a { background-color: #B76451; }
a { background-color: rgb(183,100,81); }
div.DivClassName
{
background-color: #B76451;
}
.BgClassName
{
background-color: #B76451;
}
</style>
border-color css
<style>
span { border-color: #B76451; }
span { border-color: rgb(183,100,81); }
td.TdClassName
{
border-color: #B76451;
}
.TagClassName
{
border-color: #B76451;
}
</style>