Shades of Flame Pea #B8604C
Tints of Flame Pea #B8604C
RGB
CMYK
RGB Variations
Color information
#B8604C (or 0xB8604C) is known color: Flame Pea. HEX triplet: B8, 60 and 4C. RGB value is (184,96,76). Sum of RGB (Red+Green+Blue) = 184+96+76=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B8604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8604C is #479FB3. Grayscale: #787878. Windows color (decimal): -4693940 or 5005496. OLE color: 5005496.
HSL color Cylindrical-coordinate representation of color #B8604C: hue angle of 11.11º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8604C is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 76 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.28 |
| HSL | 11.11º | 0.43% | 0.51% | - |
| HSV(B) | 11.11º | 0.59% | 0.72% | - |
| XYZ | 25.25 | 19.08 | 9.19 | - |
| YUV | 120.03 | 103.15 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 76 | 0 | 0.48 | 0.59 | 0.28 | 11.11 | 0.43 | 0.51 |
| Hex | B8 | 60 | 4C | 0 | 30 | 3B | 1C | B | 2B | 33 |
| Octal | 270 | 140 | 114 | 0 | 60 | 73 | 34 | 13 | 53 | 63 |
| Binary | 10111000 | 1100000 | 1001100 | 0 | 110000 | 111011 | 11100 | 1011 | 101011 | 110011 |
Color Harmonies of #B8604C
Complementary color
Monochromatic Colors of #B8604C
Black with #B8604C
Text Example
Text Example
White with #B8604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8604C; }
p { color: rgb(184,96,76); }
H1.HeaderClassName
{
color: #B8604C;
}
.AnyTagClassName
{
color: #B8604C;
}
</style>
background-color css
<style>
a { background-color: #B8604C; }
a { background-color: rgb(184,96,76); }
div.DivClassName
{
background-color: #B8604C;
}
.BgClassName
{
background-color: #B8604C;
}
</style>
border-color css
<style>
span { border-color: #B8604C; }
span { border-color: rgb(184,96,76); }
td.TdClassName
{
border-color: #B8604C;
}
.TagClassName
{
border-color: #B8604C;
}
</style>