Shades of Flame Pea #B7583D
Tints of Flame Pea #B7583D
RGB
CMYK
RGB Variations
Color information
#B7583D (or 0xB7583D) is known color: Flame Pea. HEX triplet: B7, 58 and 3D. RGB value is (183,88,61). Sum of RGB (Red+Green+Blue) = 183+88+61=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B7583D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7583D is #48A7C2. Grayscale: #717171. Windows color (decimal): -4761539 or 4020407. OLE color: 4020407.
HSL color Cylindrical-coordinate representation of color #B7583D: hue angle of 13.28º 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 #B7583D is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 88 | 61 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.28 |
| HSL | 13.28º | 0.5% | 0.48% | - |
| HSV(B) | 13.28º | 0.67% | 0.72% | - |
| XYZ | 23.86 | 17.38 | 6.51 | - |
| YUV | 113.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 61 | 0 | 0.52 | 0.67 | 0.28 | 13.28 | 0.5 | 0.48 |
| Hex | B7 | 58 | 3D | 0 | 34 | 43 | 1C | D | 32 | 30 |
| Octal | 267 | 130 | 75 | 0 | 64 | 103 | 34 | 15 | 62 | 60 |
| Binary | 10110111 | 1011000 | 111101 | 0 | 110100 | 1000011 | 11100 | 1101 | 110010 | 110000 |
Color Harmonies of #B7583D
Complementary color
Monochromatic Colors of #B7583D
Black with #B7583D
Text Example
Text Example
White with #B7583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7583D; }
p { color: rgb(183,88,61); }
H1.HeaderClassName
{
color: #B7583D;
}
.AnyTagClassName
{
color: #B7583D;
}
</style>
background-color css
<style>
a { background-color: #B7583D; }
a { background-color: rgb(183,88,61); }
div.DivClassName
{
background-color: #B7583D;
}
.BgClassName
{
background-color: #B7583D;
}
</style>
border-color css
<style>
span { border-color: #B7583D; }
span { border-color: rgb(183,88,61); }
td.TdClassName
{
border-color: #B7583D;
}
.TagClassName
{
border-color: #B7583D;
}
</style>