Shades of Flame Pea #B3614C
Tints of Flame Pea #B3614C
RGB
CMYK
RGB Variations
Color information
#B3614C (or 0xB3614C) is known color: Flame Pea. HEX triplet: B3, 61 and 4C. RGB value is (179,97,76). Sum of RGB (Red+Green+Blue) = 179+97+76=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3614C is #4C9EB3. Grayscale: #777777. Windows color (decimal): -5021364 or 5005747. OLE color: 5005747.
HSL color Cylindrical-coordinate representation of color #B3614C: hue angle of 12.23º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3614C is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 97 | 76 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.30 |
| HSL | 12.23º | 0.4% | 0.5% | - |
| HSV(B) | 12.23º | 0.58% | 0.7% | - |
| XYZ | 24.17 | 18.65 | 9.16 | - |
| YUV | 119.12 | 103.67 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 76 | 0 | 0.46 | 0.58 | 0.30 | 12.23 | 0.4 | 0.5 |
| Hex | B3 | 61 | 4C | 0 | 2E | 3A | 1E | C | 28 | 32 |
| Octal | 263 | 141 | 114 | 0 | 56 | 72 | 36 | 14 | 50 | 62 |
| Binary | 10110011 | 1100001 | 1001100 | 0 | 101110 | 111010 | 11110 | 1100 | 101000 | 110010 |
Color Harmonies of #B3614C
Complementary color
Monochromatic Colors of #B3614C
Black with #B3614C
Text Example
Text Example
White with #B3614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3614C; }
p { color: rgb(179,97,76); }
H1.HeaderClassName
{
color: #B3614C;
}
.AnyTagClassName
{
color: #B3614C;
}
</style>
background-color css
<style>
a { background-color: #B3614C; }
a { background-color: rgb(179,97,76); }
div.DivClassName
{
background-color: #B3614C;
}
.BgClassName
{
background-color: #B3614C;
}
</style>
border-color css
<style>
span { border-color: #B3614C; }
span { border-color: rgb(179,97,76); }
td.TdClassName
{
border-color: #B3614C;
}
.TagClassName
{
border-color: #B3614C;
}
</style>