Shades of Flame Pea #B8573D
Tints of Flame Pea #B8573D
RGB
CMYK
RGB Variations
Color information
#B8573D (or 0xB8573D) is known color: Flame Pea. HEX triplet: B8, 57 and 3D. RGB value is (184,87,61). Sum of RGB (Red+Green+Blue) = 184+87+61=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B8573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8573D is #47A8C2. Grayscale: #717171. Windows color (decimal): -4696259 or 4020152. OLE color: 4020152.
HSL color Cylindrical-coordinate representation of color #B8573D: hue angle of 12.68º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8573D is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 61 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.28 |
| HSL | 12.68º | 0.5% | 0.48% | - |
| HSV(B) | 12.68º | 0.67% | 0.72% | - |
| XYZ | 24.02 | 17.34 | 6.5 | - |
| YUV | 113.04 | 98.64 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 61 | 0 | 0.53 | 0.67 | 0.28 | 12.68 | 0.5 | 0.48 |
| Hex | B8 | 57 | 3D | 0 | 35 | 43 | 1C | D | 32 | 30 |
| Octal | 270 | 127 | 75 | 0 | 65 | 103 | 34 | 15 | 62 | 60 |
| Binary | 10111000 | 1010111 | 111101 | 0 | 110101 | 1000011 | 11100 | 1101 | 110010 | 110000 |
Color Harmonies of #B8573D
Complementary color
Monochromatic Colors of #B8573D
Black with #B8573D
Text Example
Text Example
White with #B8573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8573D; }
p { color: rgb(184,87,61); }
H1.HeaderClassName
{
color: #B8573D;
}
.AnyTagClassName
{
color: #B8573D;
}
</style>
background-color css
<style>
a { background-color: #B8573D; }
a { background-color: rgb(184,87,61); }
div.DivClassName
{
background-color: #B8573D;
}
.BgClassName
{
background-color: #B8573D;
}
</style>
border-color css
<style>
span { border-color: #B8573D; }
span { border-color: rgb(184,87,61); }
td.TdClassName
{
border-color: #B8573D;
}
.TagClassName
{
border-color: #B8573D;
}
</style>