Shades of Fiery Orange #B7552D
Tints of Fiery Orange #B7552D
RGB
CMYK
RGB Variations
Color information
#B7552D (or 0xB7552D) is known color: Fiery Orange. HEX triplet: B7, 55 and 2D. RGB value is (183,85,45). Sum of RGB (Red+Green+Blue) = 183+85+45=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7552D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7552D is #48AAD2. Grayscale: #6E6E6E. Windows color (decimal): -4762323 or 2971063. OLE color: 2971063.
HSL color Cylindrical-coordinate representation of color #B7552D: hue angle of 17.39º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7552D is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 85 | 45 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.28 |
| HSL | 17.39º | 0.61% | 0.45% | - |
| HSV(B) | 17.39º | 0.75% | 0.72% | - |
| XYZ | 23.25 | 16.75 | 4.49 | - |
| YUV | 109.74 | 91.47 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 45 | 0 | 0.54 | 0.75 | 0.28 | 17.39 | 0.61 | 0.45 |
| Hex | B7 | 55 | 2D | 0 | 36 | 4B | 1C | 11 | 3D | 2D |
| Octal | 267 | 125 | 55 | 0 | 66 | 113 | 34 | 21 | 75 | 55 |
| Binary | 10110111 | 1010101 | 101101 | 0 | 110110 | 1001011 | 11100 | 10001 | 111101 | 101101 |
Color Harmonies of #B7552D
Complementary color
Monochromatic Colors of #B7552D
Black with #B7552D
Text Example
Text Example
White with #B7552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7552D; }
p { color: rgb(183,85,45); }
H1.HeaderClassName
{
color: #B7552D;
}
.AnyTagClassName
{
color: #B7552D;
}
</style>
background-color css
<style>
a { background-color: #B7552D; }
a { background-color: rgb(183,85,45); }
div.DivClassName
{
background-color: #B7552D;
}
.BgClassName
{
background-color: #B7552D;
}
</style>
border-color css
<style>
span { border-color: #B7552D; }
span { border-color: rgb(183,85,45); }
td.TdClassName
{
border-color: #B7552D;
}
.TagClassName
{
border-color: #B7552D;
}
</style>