Shades of Flame Pea #BB624D
Tints of Flame Pea #BB624D
RGB
CMYK
RGB Variations
Color information
#BB624D (or 0xBB624D) is known color: Flame Pea. HEX triplet: BB, 62 and 4D. RGB value is (187,98,77). Sum of RGB (Red+Green+Blue) = 187+98+77=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB624D is #449DB2. Grayscale: #7A7A7A. Windows color (decimal): -4496819 or 5071547. OLE color: 5071547.
HSL color Cylindrical-coordinate representation of color #BB624D: hue angle of 11.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB624D is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 98 | 77 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.27 |
| HSL | 11.45º | 0.45% | 0.52% | - |
| HSV(B) | 11.45º | 0.59% | 0.73% | - |
| XYZ | 26.2 | 19.84 | 9.47 | - |
| YUV | 122.22 | 102.49 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 77 | 0 | 0.48 | 0.59 | 0.27 | 11.45 | 0.45 | 0.52 |
| Hex | BB | 62 | 4D | 0 | 30 | 3B | 1B | B | 2D | 34 |
| Octal | 273 | 142 | 115 | 0 | 60 | 73 | 33 | 13 | 55 | 64 |
| Binary | 10111011 | 1100010 | 1001101 | 0 | 110000 | 111011 | 11011 | 1011 | 101101 | 110100 |
Color Harmonies of #BB624D
Complementary color
Monochromatic Colors of #BB624D
Black with #BB624D
Text Example
Text Example
White with #BB624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB624D; }
p { color: rgb(187,98,77); }
H1.HeaderClassName
{
color: #BB624D;
}
.AnyTagClassName
{
color: #BB624D;
}
</style>
background-color css
<style>
a { background-color: #BB624D; }
a { background-color: rgb(187,98,77); }
div.DivClassName
{
background-color: #BB624D;
}
.BgClassName
{
background-color: #BB624D;
}
</style>
border-color css
<style>
span { border-color: #BB624D; }
span { border-color: rgb(187,98,77); }
td.TdClassName
{
border-color: #BB624D;
}
.TagClassName
{
border-color: #BB624D;
}
</style>