Shades of Fiery Orange #BB542D
Tints of Fiery Orange #BB542D
RGB
CMYK
RGB Variations
Color information
#BB542D (or 0xBB542D) is known color: Fiery Orange. HEX triplet: BB, 54 and 2D. RGB value is (187,84,45). Sum of RGB (Red+Green+Blue) = 187+84+45=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB542D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB542D is #44ABD2. Grayscale: #6E6E6E. Windows color (decimal): -4500435 or 2970811. OLE color: 2970811.
HSL color Cylindrical-coordinate representation of color #BB542D: hue angle of 16.48º 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 #BB542D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 84 | 45 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.27 |
| HSL | 16.48º | 0.61% | 0.45% | - |
| HSV(B) | 16.48º | 0.76% | 0.73% | - |
| XYZ | 24.14 | 17.09 | 4.51 | - |
| YUV | 110.35 | 91.12 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 45 | 0 | 0.55 | 0.76 | 0.27 | 16.48 | 0.61 | 0.45 |
| Hex | BB | 54 | 2D | 0 | 37 | 4C | 1B | 10 | 3D | 2D |
| Octal | 273 | 124 | 55 | 0 | 67 | 114 | 33 | 20 | 75 | 55 |
| Binary | 10111011 | 1010100 | 101101 | 0 | 110111 | 1001100 | 11011 | 10000 | 111101 | 101101 |
Color Harmonies of #BB542D
Complementary color
Monochromatic Colors of #BB542D
Black with #BB542D
Text Example
Text Example
White with #BB542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB542D; }
p { color: rgb(187,84,45); }
H1.HeaderClassName
{
color: #BB542D;
}
.AnyTagClassName
{
color: #BB542D;
}
</style>
background-color css
<style>
a { background-color: #BB542D; }
a { background-color: rgb(187,84,45); }
div.DivClassName
{
background-color: #BB542D;
}
.BgClassName
{
background-color: #BB542D;
}
</style>
border-color css
<style>
span { border-color: #BB542D; }
span { border-color: rgb(187,84,45); }
td.TdClassName
{
border-color: #BB542D;
}
.TagClassName
{
border-color: #BB542D;
}
</style>