Shades of Flame Pea #B7644E
Tints of Flame Pea #B7644E
RGB
CMYK
RGB Variations
Color information
#B7644E (or 0xB7644E) is known color: Flame Pea. HEX triplet: B7, 64 and 4E. RGB value is (183,100,78). Sum of RGB (Red+Green+Blue) = 183+100+78=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7644E is #489BB1. Grayscale: #7A7A7A. Windows color (decimal): -4758450 or 5137591. OLE color: 5137591.
HSL color Cylindrical-coordinate representation of color #B7644E: hue angle of 12.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7644E is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 78 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.28 |
| HSL | 12.57º | 0.42% | 0.51% | - |
| HSV(B) | 12.57º | 0.57% | 0.72% | - |
| XYZ | 25.46 | 19.73 | 9.67 | - |
| YUV | 122.31 | 103 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 78 | 0 | 0.45 | 0.57 | 0.28 | 12.57 | 0.42 | 0.51 |
| Hex | B7 | 64 | 4E | 0 | 2D | 39 | 1C | D | 2A | 33 |
| Octal | 267 | 144 | 116 | 0 | 55 | 71 | 34 | 15 | 52 | 63 |
| Binary | 10110111 | 1100100 | 1001110 | 0 | 101101 | 111001 | 11100 | 1101 | 101010 | 110011 |
Color Harmonies of #B7644E
Complementary color
Monochromatic Colors of #B7644E
Black with #B7644E
Text Example
Text Example
White with #B7644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7644E; }
p { color: rgb(183,100,78); }
H1.HeaderClassName
{
color: #B7644E;
}
.AnyTagClassName
{
color: #B7644E;
}
</style>
background-color css
<style>
a { background-color: #B7644E; }
a { background-color: rgb(183,100,78); }
div.DivClassName
{
background-color: #B7644E;
}
.BgClassName
{
background-color: #B7644E;
}
</style>
border-color css
<style>
span { border-color: #B7644E; }
span { border-color: rgb(183,100,78); }
td.TdClassName
{
border-color: #B7644E;
}
.TagClassName
{
border-color: #B7644E;
}
</style>