Shades of Flame Pea #B76251
Tints of Flame Pea #B76251
RGB
CMYK
RGB Variations
Color information
#B76251 (or 0xB76251) is known color: Flame Pea. HEX triplet: B7, 62 and 51. RGB value is (183,98,81). Sum of RGB (Red+Green+Blue) = 183+98+81=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B76251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76251 is #489DAE. Grayscale: #797979. Windows color (decimal): -4758959 or 5333687. OLE color: 5333687.
HSL color Cylindrical-coordinate representation of color #B76251: hue angle of 10º 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 #B76251 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 98 | 81 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.28 |
| HSL | 10º | 0.41% | 0.52% | - |
| HSV(B) | 10º | 0.56% | 0.72% | - |
| XYZ | 25.38 | 19.4 | 10.19 | - |
| YUV | 121.48 | 105.16 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 81 | 0 | 0.46 | 0.56 | 0.28 | 10 | 0.41 | 0.52 |
| Hex | B7 | 62 | 51 | 0 | 2E | 38 | 1C | A | 29 | 34 |
| Octal | 267 | 142 | 121 | 0 | 56 | 70 | 34 | 12 | 51 | 64 |
| Binary | 10110111 | 1100010 | 1010001 | 0 | 101110 | 111000 | 11100 | 1010 | 101001 | 110100 |
Color Harmonies of #B76251
Complementary color
Monochromatic Colors of #B76251
Black with #B76251
Text Example
Text Example
White with #B76251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76251; }
p { color: rgb(183,98,81); }
H1.HeaderClassName
{
color: #B76251;
}
.AnyTagClassName
{
color: #B76251;
}
</style>
background-color css
<style>
a { background-color: #B76251; }
a { background-color: rgb(183,98,81); }
div.DivClassName
{
background-color: #B76251;
}
.BgClassName
{
background-color: #B76251;
}
</style>
border-color css
<style>
span { border-color: #B76251; }
span { border-color: rgb(183,98,81); }
td.TdClassName
{
border-color: #B76251;
}
.TagClassName
{
border-color: #B76251;
}
</style>