Shades of Fiery Orange #BB552D
Tints of Fiery Orange #BB552D
RGB
CMYK
RGB Variations
Color information
#BB552D (or 0xBB552D) is known color: Fiery Orange. HEX triplet: BB, 55 and 2D. RGB value is (187,85,45). Sum of RGB (Red+Green+Blue) = 187+85+45=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB552D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB552D is #44AAD2. Grayscale: #6F6F6F. Windows color (decimal): -4500179 or 2971067. OLE color: 2971067.
HSL color Cylindrical-coordinate representation of color #BB552D: hue angle of 16.9º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB552D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 45 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.27 |
| HSL | 16.9º | 0.61% | 0.45% | - |
| HSV(B) | 16.9º | 0.76% | 0.73% | - |
| XYZ | 24.22 | 17.25 | 4.54 | - |
| YUV | 110.94 | 90.79 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 45 | 0 | 0.55 | 0.76 | 0.27 | 16.9 | 0.61 | 0.45 |
| Hex | BB | 55 | 2D | 0 | 37 | 4C | 1B | 11 | 3D | 2D |
| Octal | 273 | 125 | 55 | 0 | 67 | 114 | 33 | 21 | 75 | 55 |
| Binary | 10111011 | 1010101 | 101101 | 0 | 110111 | 1001100 | 11011 | 10001 | 111101 | 101101 |
Color Harmonies of #BB552D
Complementary color
Monochromatic Colors of #BB552D
Black with #BB552D
Text Example
Text Example
White with #BB552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB552D; }
p { color: rgb(187,85,45); }
H1.HeaderClassName
{
color: #BB552D;
}
.AnyTagClassName
{
color: #BB552D;
}
</style>
background-color css
<style>
a { background-color: #BB552D; }
a { background-color: rgb(187,85,45); }
div.DivClassName
{
background-color: #BB552D;
}
.BgClassName
{
background-color: #BB552D;
}
</style>
border-color css
<style>
span { border-color: #BB552D; }
span { border-color: rgb(187,85,45); }
td.TdClassName
{
border-color: #BB552D;
}
.TagClassName
{
border-color: #BB552D;
}
</style>