Shades of Flame Pea #B36254
Tints of Flame Pea #B36254
RGB
CMYK
RGB Variations
Color information
#B36254 (or 0xB36254) is known color: Flame Pea. HEX triplet: B3, 62 and 54. RGB value is (179,98,84). Sum of RGB (Red+Green+Blue) = 179+98+84=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B36254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36254 is #4C9DAB. Grayscale: #787878. Windows color (decimal): -5021100 or 5530291. OLE color: 5530291.
HSL color Cylindrical-coordinate representation of color #B36254: hue angle of 8.84º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B36254 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 98 | 84 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.30 |
| HSL | 8.84º | 0.38% | 0.52% | - |
| HSV(B) | 8.84º | 0.53% | 0.7% | - |
| XYZ | 24.56 | 18.96 | 10.75 | - |
| YUV | 120.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 84 | 0 | 0.45 | 0.53 | 0.30 | 8.84 | 0.38 | 0.52 |
| Hex | B3 | 62 | 54 | 0 | 2D | 35 | 1E | 9 | 26 | 34 |
| Octal | 263 | 142 | 124 | 0 | 55 | 65 | 36 | 11 | 46 | 64 |
| Binary | 10110011 | 1100010 | 1010100 | 0 | 101101 | 110101 | 11110 | 1001 | 100110 | 110100 |
Color Harmonies of #B36254
Complementary color
Monochromatic Colors of #B36254
Black with #B36254
Text Example
Text Example
White with #B36254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36254; }
p { color: rgb(179,98,84); }
H1.HeaderClassName
{
color: #B36254;
}
.AnyTagClassName
{
color: #B36254;
}
</style>
background-color css
<style>
a { background-color: #B36254; }
a { background-color: rgb(179,98,84); }
div.DivClassName
{
background-color: #B36254;
}
.BgClassName
{
background-color: #B36254;
}
</style>
border-color css
<style>
span { border-color: #B36254; }
span { border-color: rgb(179,98,84); }
td.TdClassName
{
border-color: #B36254;
}
.TagClassName
{
border-color: #B36254;
}
</style>