Shades of Fiery Orange #B15B35
Tints of Fiery Orange #B15B35
RGB
CMYK
RGB Variations
Color information
#B15B35 (or 0xB15B35) is known color: Fiery Orange. HEX triplet: B1, 5B and 35. RGB value is (177,91,53). Sum of RGB (Red+Green+Blue) = 177+91+53=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15B35 is #4EA4CA. Grayscale: #707070. Windows color (decimal): -5153995 or 3496881. OLE color: 3496881.
HSL color Cylindrical-coordinate representation of color #B15B35: hue angle of 18.39º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B15B35 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 91 | 53 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.31 |
| HSL | 18.39º | 0.54% | 0.45% | - |
| HSV(B) | 18.39º | 0.7% | 0.69% | - |
| XYZ | 22.52 | 17.09 | 5.48 | - |
| YUV | 112.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 53 | 0 | 0.49 | 0.70 | 0.31 | 18.39 | 0.54 | 0.45 |
| Hex | B1 | 5B | 35 | 0 | 31 | 46 | 1F | 12 | 36 | 2D |
| Octal | 261 | 133 | 65 | 0 | 61 | 106 | 37 | 22 | 66 | 55 |
| Binary | 10110001 | 1011011 | 110101 | 0 | 110001 | 1000110 | 11111 | 10010 | 110110 | 101101 |
Color Harmonies of #B15B35
Complementary color
Monochromatic Colors of #B15B35
Black with #B15B35
Text Example
Text Example
White with #B15B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15B35; }
p { color: rgb(177,91,53); }
H1.HeaderClassName
{
color: #B15B35;
}
.AnyTagClassName
{
color: #B15B35;
}
</style>
background-color css
<style>
a { background-color: #B15B35; }
a { background-color: rgb(177,91,53); }
div.DivClassName
{
background-color: #B15B35;
}
.BgClassName
{
background-color: #B15B35;
}
</style>
border-color css
<style>
span { border-color: #B15B35; }
span { border-color: rgb(177,91,53); }
td.TdClassName
{
border-color: #B15B35;
}
.TagClassName
{
border-color: #B15B35;
}
</style>