Shades of Flame Pea #B7604D
Tints of Flame Pea #B7604D
RGB
CMYK
RGB Variations
Color information
#B7604D (or 0xB7604D) is known color: Flame Pea. HEX triplet: B7, 60 and 4D. RGB value is (183,96,77). Sum of RGB (Red+Green+Blue) = 183+96+77=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7604D is #489FB2. Grayscale: #787878. Windows color (decimal): -4759475 or 5071031. OLE color: 5071031.
HSL color Cylindrical-coordinate representation of color #B7604D: hue angle of 10.75º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7604D is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 77 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.28 |
| HSL | 10.75º | 0.42% | 0.51% | - |
| HSV(B) | 10.75º | 0.58% | 0.72% | - |
| XYZ | 25.05 | 18.97 | 9.36 | - |
| YUV | 119.85 | 103.82 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 77 | 0 | 0.48 | 0.58 | 0.28 | 10.75 | 0.42 | 0.51 |
| Hex | B7 | 60 | 4D | 0 | 30 | 3A | 1C | B | 2A | 33 |
| Octal | 267 | 140 | 115 | 0 | 60 | 72 | 34 | 13 | 52 | 63 |
| Binary | 10110111 | 1100000 | 1001101 | 0 | 110000 | 111010 | 11100 | 1011 | 101010 | 110011 |
Color Harmonies of #B7604D
Complementary color
Monochromatic Colors of #B7604D
Black with #B7604D
Text Example
Text Example
White with #B7604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7604D; }
p { color: rgb(183,96,77); }
H1.HeaderClassName
{
color: #B7604D;
}
.AnyTagClassName
{
color: #B7604D;
}
</style>
background-color css
<style>
a { background-color: #B7604D; }
a { background-color: rgb(183,96,77); }
div.DivClassName
{
background-color: #B7604D;
}
.BgClassName
{
background-color: #B7604D;
}
</style>
border-color css
<style>
span { border-color: #B7604D; }
span { border-color: rgb(183,96,77); }
td.TdClassName
{
border-color: #B7604D;
}
.TagClassName
{
border-color: #B7604D;
}
</style>