Shades of Flame Pea #B8654F
Tints of Flame Pea #B8654F
RGB
CMYK
RGB Variations
Color information
#B8654F (or 0xB8654F) is known color: Flame Pea. HEX triplet: B8, 65 and 4F. RGB value is (184,101,79). Sum of RGB (Red+Green+Blue) = 184+101+79=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8654F is #479AB0. Grayscale: #7B7B7B. Windows color (decimal): -4692657 or 5203384. OLE color: 5203384.
HSL color Cylindrical-coordinate representation of color #B8654F: hue angle of 12.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8654F is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 79 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.28 |
| HSL | 12.57º | 0.43% | 0.52% | - |
| HSV(B) | 12.57º | 0.57% | 0.72% | - |
| XYZ | 25.83 | 20.06 | 9.91 | - |
| YUV | 123.31 | 103 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 79 | 0 | 0.45 | 0.57 | 0.28 | 12.57 | 0.43 | 0.52 |
| Hex | B8 | 65 | 4F | 0 | 2D | 39 | 1C | D | 2B | 34 |
| Octal | 270 | 145 | 117 | 0 | 55 | 71 | 34 | 15 | 53 | 64 |
| Binary | 10111000 | 1100101 | 1001111 | 0 | 101101 | 111001 | 11100 | 1101 | 101011 | 110100 |
Color Harmonies of #B8654F
Complementary color
Monochromatic Colors of #B8654F
Black with #B8654F
Text Example
Text Example
White with #B8654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8654F; }
p { color: rgb(184,101,79); }
H1.HeaderClassName
{
color: #B8654F;
}
.AnyTagClassName
{
color: #B8654F;
}
</style>
background-color css
<style>
a { background-color: #B8654F; }
a { background-color: rgb(184,101,79); }
div.DivClassName
{
background-color: #B8654F;
}
.BgClassName
{
background-color: #B8654F;
}
</style>
border-color css
<style>
span { border-color: #B8654F; }
span { border-color: rgb(184,101,79); }
td.TdClassName
{
border-color: #B8654F;
}
.TagClassName
{
border-color: #B8654F;
}
</style>