Shades of Flame Pea #BB5D4B
Tints of Flame Pea #BB5D4B
RGB
CMYK
RGB Variations
Color information
#BB5D4B (or 0xBB5D4B) is known color: Flame Pea. HEX triplet: BB, 5D and 4B. RGB value is (187,93,75). Sum of RGB (Red+Green+Blue) = 187+93+75=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5D4B is #44A2B4. Grayscale: #777777. Windows color (decimal): -4498101 or 4939195. OLE color: 4939195.
HSL color Cylindrical-coordinate representation of color #BB5D4B: hue angle of 9.64º 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 #BB5D4B is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 93 | 75 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.27 |
| HSL | 9.64º | 0.45% | 0.51% | - |
| HSV(B) | 9.64º | 0.6% | 0.73% | - |
| XYZ | 25.68 | 18.9 | 8.95 | - |
| YUV | 119.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 75 | 0 | 0.50 | 0.60 | 0.27 | 9.64 | 0.45 | 0.51 |
| Hex | BB | 5D | 4B | 0 | 32 | 3C | 1B | A | 2D | 33 |
| Octal | 273 | 135 | 113 | 0 | 62 | 74 | 33 | 12 | 55 | 63 |
| Binary | 10111011 | 1011101 | 1001011 | 0 | 110010 | 111100 | 11011 | 1010 | 101101 | 110011 |
Color Harmonies of #BB5D4B
Complementary color
Monochromatic Colors of #BB5D4B
Black with #BB5D4B
Text Example
Text Example
White with #BB5D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5D4B; }
p { color: rgb(187,93,75); }
H1.HeaderClassName
{
color: #BB5D4B;
}
.AnyTagClassName
{
color: #BB5D4B;
}
</style>
background-color css
<style>
a { background-color: #BB5D4B; }
a { background-color: rgb(187,93,75); }
div.DivClassName
{
background-color: #BB5D4B;
}
.BgClassName
{
background-color: #BB5D4B;
}
</style>
border-color css
<style>
span { border-color: #BB5D4B; }
span { border-color: rgb(187,93,75); }
td.TdClassName
{
border-color: #BB5D4B;
}
.TagClassName
{
border-color: #BB5D4B;
}
</style>