Shades of Fiery Orange #B6552D
Tints of Fiery Orange #B6552D
RGB
CMYK
RGB Variations
Color information
#B6552D (or 0xB6552D) is known color: Fiery Orange. HEX triplet: B6, 55 and 2D. RGB value is (182,85,45). Sum of RGB (Red+Green+Blue) = 182+85+45=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B6552D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6552D is #49AAD2. Grayscale: #6D6D6D. Windows color (decimal): -4827859 or 2971062. OLE color: 2971062.
HSL color Cylindrical-coordinate representation of color #B6552D: hue angle of 17.52º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6552D is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 45 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.29 |
| HSL | 17.52º | 0.6% | 0.45% | - |
| HSV(B) | 17.52º | 0.75% | 0.71% | - |
| XYZ | 23.01 | 16.63 | 4.48 | - |
| YUV | 109.44 | 91.64 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 45 | 0 | 0.53 | 0.75 | 0.29 | 17.52 | 0.6 | 0.45 |
| Hex | B6 | 55 | 2D | 0 | 35 | 4B | 1D | 12 | 3C | 2D |
| Octal | 266 | 125 | 55 | 0 | 65 | 113 | 35 | 22 | 74 | 55 |
| Binary | 10110110 | 1010101 | 101101 | 0 | 110101 | 1001011 | 11101 | 10010 | 111100 | 101101 |
Color Harmonies of #B6552D
Complementary color
Monochromatic Colors of #B6552D
Black with #B6552D
Text Example
Text Example
White with #B6552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6552D; }
p { color: rgb(182,85,45); }
H1.HeaderClassName
{
color: #B6552D;
}
.AnyTagClassName
{
color: #B6552D;
}
</style>
background-color css
<style>
a { background-color: #B6552D; }
a { background-color: rgb(182,85,45); }
div.DivClassName
{
background-color: #B6552D;
}
.BgClassName
{
background-color: #B6552D;
}
</style>
border-color css
<style>
span { border-color: #B6552D; }
span { border-color: rgb(182,85,45); }
td.TdClassName
{
border-color: #B6552D;
}
.TagClassName
{
border-color: #B6552D;
}
</style>