Shades of Flame Pea #BB614A
Tints of Flame Pea #BB614A
RGB
CMYK
RGB Variations
Color information
#BB614A (or 0xBB614A) is known color: Flame Pea. HEX triplet: BB, 61 and 4A. RGB value is (187,97,74). Sum of RGB (Red+Green+Blue) = 187+97+74=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB614A is #449EB5. Grayscale: #797979. Windows color (decimal): -4497078 or 4874683. OLE color: 4874683.
HSL color Cylindrical-coordinate representation of color #BB614A: hue angle of 12.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB614A is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 97 | 74 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.27 |
| HSL | 12.21º | 0.45% | 0.51% | - |
| HSV(B) | 12.21º | 0.6% | 0.73% | - |
| XYZ | 26 | 19.61 | 8.89 | - |
| YUV | 121.29 | 101.32 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 74 | 0 | 0.48 | 0.60 | 0.27 | 12.21 | 0.45 | 0.51 |
| Hex | BB | 61 | 4A | 0 | 30 | 3C | 1B | C | 2D | 33 |
| Octal | 273 | 141 | 112 | 0 | 60 | 74 | 33 | 14 | 55 | 63 |
| Binary | 10111011 | 1100001 | 1001010 | 0 | 110000 | 111100 | 11011 | 1100 | 101101 | 110011 |
Color Harmonies of #BB614A
Complementary color
Monochromatic Colors of #BB614A
Black with #BB614A
Text Example
Text Example
White with #BB614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB614A; }
p { color: rgb(187,97,74); }
H1.HeaderClassName
{
color: #BB614A;
}
.AnyTagClassName
{
color: #BB614A;
}
</style>
background-color css
<style>
a { background-color: #BB614A; }
a { background-color: rgb(187,97,74); }
div.DivClassName
{
background-color: #BB614A;
}
.BgClassName
{
background-color: #BB614A;
}
</style>
border-color css
<style>
span { border-color: #BB614A; }
span { border-color: rgb(187,97,74); }
td.TdClassName
{
border-color: #BB614A;
}
.TagClassName
{
border-color: #BB614A;
}
</style>