Shades of Fiery Orange #BB552B
Tints of Fiery Orange #BB552B
RGB
CMYK
RGB Variations
Color information
#BB552B (or 0xBB552B) is known color: Fiery Orange. HEX triplet: BB, 55 and 2B. RGB value is (187,85,43). Sum of RGB (Red+Green+Blue) = 187+85+43=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB552B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB552B is #44AAD4. Grayscale: #6E6E6E. Windows color (decimal): -4500181 or 2839995. OLE color: 2839995.
HSL color Cylindrical-coordinate representation of color #BB552B: hue angle of 17.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB552B is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 43 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.27 |
| HSL | 17.5º | 0.63% | 0.45% | - |
| HSV(B) | 17.5º | 0.77% | 0.73% | - |
| XYZ | 24.18 | 17.24 | 4.34 | - |
| YUV | 110.71 | 89.79 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 43 | 0 | 0.55 | 0.77 | 0.27 | 17.5 | 0.63 | 0.45 |
| Hex | BB | 55 | 2B | 0 | 37 | 4D | 1B | 12 | 3F | 2D |
| Octal | 273 | 125 | 53 | 0 | 67 | 115 | 33 | 22 | 77 | 55 |
| Binary | 10111011 | 1010101 | 101011 | 0 | 110111 | 1001101 | 11011 | 10010 | 111111 | 101101 |
Color Harmonies of #BB552B
Complementary color
Monochromatic Colors of #BB552B
Black with #BB552B
Text Example
Text Example
White with #BB552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB552B; }
p { color: rgb(187,85,43); }
H1.HeaderClassName
{
color: #BB552B;
}
.AnyTagClassName
{
color: #BB552B;
}
</style>
background-color css
<style>
a { background-color: #BB552B; }
a { background-color: rgb(187,85,43); }
div.DivClassName
{
background-color: #BB552B;
}
.BgClassName
{
background-color: #BB552B;
}
</style>
border-color css
<style>
span { border-color: #BB552B; }
span { border-color: rgb(187,85,43); }
td.TdClassName
{
border-color: #BB552B;
}
.TagClassName
{
border-color: #BB552B;
}
</style>