Shades of Flame Pea #BB6348
Tints of Flame Pea #BB6348
RGB
CMYK
RGB Variations
Color information
#BB6348 (or 0xBB6348) is known color: Flame Pea. HEX triplet: BB, 63 and 48. RGB value is (187,99,72). Sum of RGB (Red+Green+Blue) = 187+99+72=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6348 is #449CB7. Grayscale: #7A7A7A. Windows color (decimal): -4496568 or 4744123. OLE color: 4744123.
HSL color Cylindrical-coordinate representation of color #BB6348: hue angle of 14.09º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB6348 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 72 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.27 |
| HSL | 14.09º | 0.46% | 0.51% | - |
| HSV(B) | 14.09º | 0.61% | 0.73% | - |
| XYZ | 26.13 | 19.96 | 8.61 | - |
| YUV | 122.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 72 | 0 | 0.47 | 0.61 | 0.27 | 14.09 | 0.46 | 0.51 |
| Hex | BB | 63 | 48 | 0 | 2F | 3D | 1B | E | 2E | 33 |
| Octal | 273 | 143 | 110 | 0 | 57 | 75 | 33 | 16 | 56 | 63 |
| Binary | 10111011 | 1100011 | 1001000 | 0 | 101111 | 111101 | 11011 | 1110 | 101110 | 110011 |
Color Harmonies of #BB6348
Complementary color
Monochromatic Colors of #BB6348
Black with #BB6348
Text Example
Text Example
White with #BB6348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6348; }
p { color: rgb(187,99,72); }
H1.HeaderClassName
{
color: #BB6348;
}
.AnyTagClassName
{
color: #BB6348;
}
</style>
background-color css
<style>
a { background-color: #BB6348; }
a { background-color: rgb(187,99,72); }
div.DivClassName
{
background-color: #BB6348;
}
.BgClassName
{
background-color: #BB6348;
}
</style>
border-color css
<style>
span { border-color: #BB6348; }
span { border-color: rgb(187,99,72); }
td.TdClassName
{
border-color: #BB6348;
}
.TagClassName
{
border-color: #BB6348;
}
</style>