Shades of Flame Pea #B7644D
Tints of Flame Pea #B7644D
RGB
CMYK
RGB Variations
Color information
#B7644D (or 0xB7644D) is known color: Flame Pea. HEX triplet: B7, 64 and 4D. RGB value is (183,100,77). Sum of RGB (Red+Green+Blue) = 183+100+77=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7644D is #489BB2. Grayscale: #7A7A7A. Windows color (decimal): -4758451 or 5072055. OLE color: 5072055.
HSL color Cylindrical-coordinate representation of color #B7644D: hue angle of 13.02º 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 #B7644D is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 77 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.28 |
| HSL | 13.02º | 0.42% | 0.51% | - |
| HSV(B) | 13.02º | 0.58% | 0.72% | - |
| XYZ | 25.43 | 19.72 | 9.49 | - |
| YUV | 122.2 | 102.5 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 77 | 0 | 0.45 | 0.58 | 0.28 | 13.02 | 0.42 | 0.51 |
| Hex | B7 | 64 | 4D | 0 | 2D | 3A | 1C | D | 2A | 33 |
| Octal | 267 | 144 | 115 | 0 | 55 | 72 | 34 | 15 | 52 | 63 |
| Binary | 10110111 | 1100100 | 1001101 | 0 | 101101 | 111010 | 11100 | 1101 | 101010 | 110011 |
Color Harmonies of #B7644D
Complementary color
Monochromatic Colors of #B7644D
Black with #B7644D
Text Example
Text Example
White with #B7644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7644D; }
p { color: rgb(183,100,77); }
H1.HeaderClassName
{
color: #B7644D;
}
.AnyTagClassName
{
color: #B7644D;
}
</style>
background-color css
<style>
a { background-color: #B7644D; }
a { background-color: rgb(183,100,77); }
div.DivClassName
{
background-color: #B7644D;
}
.BgClassName
{
background-color: #B7644D;
}
</style>
border-color css
<style>
span { border-color: #B7644D; }
span { border-color: rgb(183,100,77); }
td.TdClassName
{
border-color: #B7644D;
}
.TagClassName
{
border-color: #B7644D;
}
</style>