Shades of Flame Pea #B8654B
Tints of Flame Pea #B8654B
RGB
CMYK
RGB Variations
Color information
#B8654B (or 0xB8654B) is known color: Flame Pea. HEX triplet: B8, 65 and 4B. RGB value is (184,101,75). Sum of RGB (Red+Green+Blue) = 184+101+75=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8654B is #479AB4. Grayscale: #7B7B7B. Windows color (decimal): -4692661 or 4941240. OLE color: 4941240.
HSL color Cylindrical-coordinate representation of color #B8654B: hue angle of 14.31º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8654B is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 75 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.28 |
| HSL | 14.31º | 0.43% | 0.51% | - |
| HSV(B) | 14.31º | 0.59% | 0.72% | - |
| XYZ | 25.69 | 20.01 | 9.16 | - |
| YUV | 122.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 75 | 0 | 0.45 | 0.59 | 0.28 | 14.31 | 0.43 | 0.51 |
| Hex | B8 | 65 | 4B | 0 | 2D | 3B | 1C | E | 2B | 33 |
| Octal | 270 | 145 | 113 | 0 | 55 | 73 | 34 | 16 | 53 | 63 |
| Binary | 10111000 | 1100101 | 1001011 | 0 | 101101 | 111011 | 11100 | 1110 | 101011 | 110011 |
Color Harmonies of #B8654B
Complementary color
Monochromatic Colors of #B8654B
Black with #B8654B
Text Example
Text Example
White with #B8654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8654B; }
p { color: rgb(184,101,75); }
H1.HeaderClassName
{
color: #B8654B;
}
.AnyTagClassName
{
color: #B8654B;
}
</style>
background-color css
<style>
a { background-color: #B8654B; }
a { background-color: rgb(184,101,75); }
div.DivClassName
{
background-color: #B8654B;
}
.BgClassName
{
background-color: #B8654B;
}
</style>
border-color css
<style>
span { border-color: #B8654B; }
span { border-color: rgb(184,101,75); }
td.TdClassName
{
border-color: #B8654B;
}
.TagClassName
{
border-color: #B8654B;
}
</style>