Shades of Flame Pea #BB5C3E
Tints of Flame Pea #BB5C3E
RGB
CMYK
RGB Variations
Color information
#BB5C3E (or 0xBB5C3E) is known color: Flame Pea. HEX triplet: BB, 5C and 3E. RGB value is (187,92,62). Sum of RGB (Red+Green+Blue) = 187+92+62=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5C3E is #44A3C1. Grayscale: #757575. Windows color (decimal): -4498370 or 4086971. OLE color: 4086971.
HSL color Cylindrical-coordinate representation of color #BB5C3E: hue angle of 14.4º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB5C3E is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 92 | 62 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.27 |
| HSL | 14.4º | 0.5% | 0.49% | - |
| HSV(B) | 14.4º | 0.67% | 0.73% | - |
| XYZ | 25.19 | 18.57 | 6.81 | - |
| YUV | 116.99 | 96.97 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 62 | 0 | 0.51 | 0.67 | 0.27 | 14.4 | 0.5 | 0.49 |
| Hex | BB | 5C | 3E | 0 | 33 | 43 | 1B | E | 32 | 31 |
| Octal | 273 | 134 | 76 | 0 | 63 | 103 | 33 | 16 | 62 | 61 |
| Binary | 10111011 | 1011100 | 111110 | 0 | 110011 | 1000011 | 11011 | 1110 | 110010 | 110001 |
Color Harmonies of #BB5C3E
Complementary color
Monochromatic Colors of #BB5C3E
Black with #BB5C3E
Text Example
Text Example
White with #BB5C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5C3E; }
p { color: rgb(187,92,62); }
H1.HeaderClassName
{
color: #BB5C3E;
}
.AnyTagClassName
{
color: #BB5C3E;
}
</style>
background-color css
<style>
a { background-color: #BB5C3E; }
a { background-color: rgb(187,92,62); }
div.DivClassName
{
background-color: #BB5C3E;
}
.BgClassName
{
background-color: #BB5C3E;
}
</style>
border-color css
<style>
span { border-color: #BB5C3E; }
span { border-color: rgb(187,92,62); }
td.TdClassName
{
border-color: #BB5C3E;
}
.TagClassName
{
border-color: #BB5C3E;
}
</style>