Shades of Flame Pea #BB5D41
Tints of Flame Pea #BB5D41
RGB
CMYK
RGB Variations
Color information
#BB5D41 (or 0xBB5D41) is known color: Flame Pea. HEX triplet: BB, 5D and 41. RGB value is (187,93,65). Sum of RGB (Red+Green+Blue) = 187+93+65=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5D41 is #44A2BE. Grayscale: #767676. Windows color (decimal): -4498111 or 4283835. OLE color: 4283835.
HSL color Cylindrical-coordinate representation of color #BB5D41: hue angle of 13.77º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB5D41 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 93 | 65 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.27 |
| HSL | 13.77º | 0.48% | 0.49% | - |
| HSV(B) | 13.77º | 0.65% | 0.73% | - |
| XYZ | 25.36 | 18.78 | 7.29 | - |
| YUV | 117.91 | 98.14 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 65 | 0 | 0.50 | 0.65 | 0.27 | 13.77 | 0.48 | 0.49 |
| Hex | BB | 5D | 41 | 0 | 32 | 41 | 1B | E | 30 | 31 |
| Octal | 273 | 135 | 101 | 0 | 62 | 101 | 33 | 16 | 60 | 61 |
| Binary | 10111011 | 1011101 | 1000001 | 0 | 110010 | 1000001 | 11011 | 1110 | 110000 | 110001 |
Color Harmonies of #BB5D41
Complementary color
Monochromatic Colors of #BB5D41
Black with #BB5D41
Text Example
Text Example
White with #BB5D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5D41; }
p { color: rgb(187,93,65); }
H1.HeaderClassName
{
color: #BB5D41;
}
.AnyTagClassName
{
color: #BB5D41;
}
</style>
background-color css
<style>
a { background-color: #BB5D41; }
a { background-color: rgb(187,93,65); }
div.DivClassName
{
background-color: #BB5D41;
}
.BgClassName
{
background-color: #BB5D41;
}
</style>
border-color css
<style>
span { border-color: #BB5D41; }
span { border-color: rgb(187,93,65); }
td.TdClassName
{
border-color: #BB5D41;
}
.TagClassName
{
border-color: #BB5D41;
}
</style>