Shades of Fiery Orange #B7552B
Tints of Fiery Orange #B7552B
RGB
CMYK
RGB Variations
Color information
#B7552B (or 0xB7552B) is known color: Fiery Orange. HEX triplet: B7, 55 and 2B. RGB value is (183,85,43). Sum of RGB (Red+Green+Blue) = 183+85+43=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B7552B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7552B is #48AAD4. Grayscale: #6D6D6D. Windows color (decimal): -4762325 or 2839991. OLE color: 2839991.
HSL color Cylindrical-coordinate representation of color #B7552B: hue angle of 18º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7552B is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 85 | 43 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.28 |
| HSL | 18º | 0.62% | 0.44% | - |
| HSV(B) | 18º | 0.77% | 0.72% | - |
| XYZ | 23.21 | 16.74 | 4.29 | - |
| YUV | 109.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 43 | 0 | 0.54 | 0.77 | 0.28 | 18 | 0.62 | 0.44 |
| Hex | B7 | 55 | 2B | 0 | 36 | 4D | 1C | 12 | 3E | 2C |
| Octal | 267 | 125 | 53 | 0 | 66 | 115 | 34 | 22 | 76 | 54 |
| Binary | 10110111 | 1010101 | 101011 | 0 | 110110 | 1001101 | 11100 | 10010 | 111110 | 101100 |
Color Harmonies of #B7552B
Complementary color
Monochromatic Colors of #B7552B
Black with #B7552B
Text Example
Text Example
White with #B7552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7552B; }
p { color: rgb(183,85,43); }
H1.HeaderClassName
{
color: #B7552B;
}
.AnyTagClassName
{
color: #B7552B;
}
</style>
background-color css
<style>
a { background-color: #B7552B; }
a { background-color: rgb(183,85,43); }
div.DivClassName
{
background-color: #B7552B;
}
.BgClassName
{
background-color: #B7552B;
}
</style>
border-color css
<style>
span { border-color: #B7552B; }
span { border-color: rgb(183,85,43); }
td.TdClassName
{
border-color: #B7552B;
}
.TagClassName
{
border-color: #B7552B;
}
</style>