Shades of Flame Pea #B7644A
Tints of Flame Pea #B7644A
RGB
CMYK
RGB Variations
Color information
#B7644A (or 0xB7644A) is known color: Flame Pea. HEX triplet: B7, 64 and 4A. RGB value is (183,100,74). Sum of RGB (Red+Green+Blue) = 183+100+74=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7644A is #489BB5. Grayscale: #7A7A7A. Windows color (decimal): -4758454 or 4875447. OLE color: 4875447.
HSL color Cylindrical-coordinate representation of color #B7644A: hue angle of 14.31º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7644A is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 74 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.28 |
| HSL | 14.31º | 0.43% | 0.5% | - |
| HSV(B) | 14.31º | 0.6% | 0.72% | - |
| XYZ | 25.32 | 19.68 | 8.94 | - |
| YUV | 121.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 74 | 0 | 0.45 | 0.60 | 0.28 | 14.31 | 0.43 | 0.5 |
| Hex | B7 | 64 | 4A | 0 | 2D | 3C | 1C | E | 2B | 32 |
| Octal | 267 | 144 | 112 | 0 | 55 | 74 | 34 | 16 | 53 | 62 |
| Binary | 10110111 | 1100100 | 1001010 | 0 | 101101 | 111100 | 11100 | 1110 | 101011 | 110010 |
Color Harmonies of #B7644A
Complementary color
Monochromatic Colors of #B7644A
Black with #B7644A
Text Example
Text Example
White with #B7644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7644A; }
p { color: rgb(183,100,74); }
H1.HeaderClassName
{
color: #B7644A;
}
.AnyTagClassName
{
color: #B7644A;
}
</style>
background-color css
<style>
a { background-color: #B7644A; }
a { background-color: rgb(183,100,74); }
div.DivClassName
{
background-color: #B7644A;
}
.BgClassName
{
background-color: #B7644A;
}
</style>
border-color css
<style>
span { border-color: #B7644A; }
span { border-color: rgb(183,100,74); }
td.TdClassName
{
border-color: #B7644A;
}
.TagClassName
{
border-color: #B7644A;
}
</style>