Shades of Flame Pea #B8654A
Tints of Flame Pea #B8654A
RGB
CMYK
RGB Variations
Color information
#B8654A (or 0xB8654A) is known color: Flame Pea. HEX triplet: B8, 65 and 4A. RGB value is (184,101,74). Sum of RGB (Red+Green+Blue) = 184+101+74=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8654A is #479AB5. Grayscale: #7A7A7A. Windows color (decimal): -4692662 or 4875704. OLE color: 4875704.
HSL color Cylindrical-coordinate representation of color #B8654A: hue angle of 14.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8654A is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 74 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.28 |
| HSL | 14.73º | 0.44% | 0.51% | - |
| HSV(B) | 14.73º | 0.6% | 0.72% | - |
| XYZ | 25.66 | 19.99 | 8.99 | - |
| YUV | 122.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 74 | 0 | 0.45 | 0.60 | 0.28 | 14.73 | 0.44 | 0.51 |
| Hex | B8 | 65 | 4A | 0 | 2D | 3C | 1C | F | 2C | 33 |
| Octal | 270 | 145 | 112 | 0 | 55 | 74 | 34 | 17 | 54 | 63 |
| Binary | 10111000 | 1100101 | 1001010 | 0 | 101101 | 111100 | 11100 | 1111 | 101100 | 110011 |
Color Harmonies of #B8654A
Complementary color
Monochromatic Colors of #B8654A
Black with #B8654A
Text Example
Text Example
White with #B8654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8654A; }
p { color: rgb(184,101,74); }
H1.HeaderClassName
{
color: #B8654A;
}
.AnyTagClassName
{
color: #B8654A;
}
</style>
background-color css
<style>
a { background-color: #B8654A; }
a { background-color: rgb(184,101,74); }
div.DivClassName
{
background-color: #B8654A;
}
.BgClassName
{
background-color: #B8654A;
}
</style>
border-color css
<style>
span { border-color: #B8654A; }
span { border-color: rgb(184,101,74); }
td.TdClassName
{
border-color: #B8654A;
}
.TagClassName
{
border-color: #B8654A;
}
</style>