Shades of Flame Pea #B76354
Tints of Flame Pea #B76354
RGB
CMYK
RGB Variations
Color information
#B76354 (or 0xB76354) is known color: Flame Pea. HEX triplet: B7, 63 and 54. RGB value is (183,99,84). Sum of RGB (Red+Green+Blue) = 183+99+84=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B76354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76354 is #489CAB. Grayscale: #7A7A7A. Windows color (decimal): -4758700 or 5530551. OLE color: 5530551.
HSL color Cylindrical-coordinate representation of color #B76354: hue angle of 9.09º 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 #B76354 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 84 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.28 |
| HSL | 9.09º | 0.41% | 0.52% | - |
| HSV(B) | 9.09º | 0.54% | 0.72% | - |
| XYZ | 25.59 | 19.63 | 10.83 | - |
| YUV | 122.41 | 106.33 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 84 | 0 | 0.46 | 0.54 | 0.28 | 9.09 | 0.41 | 0.52 |
| Hex | B7 | 63 | 54 | 0 | 2E | 36 | 1C | 9 | 29 | 34 |
| Octal | 267 | 143 | 124 | 0 | 56 | 66 | 34 | 11 | 51 | 64 |
| Binary | 10110111 | 1100011 | 1010100 | 0 | 101110 | 110110 | 11100 | 1001 | 101001 | 110100 |
Color Harmonies of #B76354
Complementary color
Monochromatic Colors of #B76354
Black with #B76354
Text Example
Text Example
White with #B76354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76354; }
p { color: rgb(183,99,84); }
H1.HeaderClassName
{
color: #B76354;
}
.AnyTagClassName
{
color: #B76354;
}
</style>
background-color css
<style>
a { background-color: #B76354; }
a { background-color: rgb(183,99,84); }
div.DivClassName
{
background-color: #B76354;
}
.BgClassName
{
background-color: #B76354;
}
</style>
border-color css
<style>
span { border-color: #B76354; }
span { border-color: rgb(183,99,84); }
td.TdClassName
{
border-color: #B76354;
}
.TagClassName
{
border-color: #B76354;
}
</style>