Shades of Flame Pea #B8644C
Tints of Flame Pea #B8644C
RGB
CMYK
RGB Variations
Color information
#B8644C (or 0xB8644C) is known color: Flame Pea. HEX triplet: B8, 64 and 4C. RGB value is (184,100,76). Sum of RGB (Red+Green+Blue) = 184+100+76=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8644C is #479BB3. Grayscale: #7A7A7A. Windows color (decimal): -4692916 or 5006520. OLE color: 5006520.
HSL color Cylindrical-coordinate representation of color #B8644C: hue angle of 13.33º 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 #B8644C is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 100 | 76 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.28 |
| HSL | 13.33º | 0.43% | 0.51% | - |
| HSV(B) | 13.33º | 0.59% | 0.72% | - |
| XYZ | 25.63 | 19.83 | 9.31 | - |
| YUV | 122.38 | 101.83 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 76 | 0 | 0.46 | 0.59 | 0.28 | 13.33 | 0.43 | 0.51 |
| Hex | B8 | 64 | 4C | 0 | 2E | 3B | 1C | D | 2B | 33 |
| Octal | 270 | 144 | 114 | 0 | 56 | 73 | 34 | 15 | 53 | 63 |
| Binary | 10111000 | 1100100 | 1001100 | 0 | 101110 | 111011 | 11100 | 1101 | 101011 | 110011 |
Color Harmonies of #B8644C
Complementary color
Monochromatic Colors of #B8644C
Black with #B8644C
Text Example
Text Example
White with #B8644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8644C; }
p { color: rgb(184,100,76); }
H1.HeaderClassName
{
color: #B8644C;
}
.AnyTagClassName
{
color: #B8644C;
}
</style>
background-color css
<style>
a { background-color: #B8644C; }
a { background-color: rgb(184,100,76); }
div.DivClassName
{
background-color: #B8644C;
}
.BgClassName
{
background-color: #B8644C;
}
</style>
border-color css
<style>
span { border-color: #B8644C; }
span { border-color: rgb(184,100,76); }
td.TdClassName
{
border-color: #B8644C;
}
.TagClassName
{
border-color: #B8644C;
}
</style>