Shades of Fiery Orange #B15B2E
Tints of Fiery Orange #B15B2E
RGB
CMYK
RGB Variations
Color information
#B15B2E (or 0xB15B2E) is known color: Fiery Orange. HEX triplet: B1, 5B and 2E. RGB value is (177,91,46). Sum of RGB (Red+Green+Blue) = 177+91+46=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15B2E is #4EA4D1. Grayscale: #6F6F6F. Windows color (decimal): -5154002 or 3038129. OLE color: 3038129.
HSL color Cylindrical-coordinate representation of color #B15B2E: hue angle of 20.61º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B15B2E is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 91 | 46 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.31 |
| HSL | 20.61º | 0.59% | 0.44% | - |
| HSV(B) | 20.61º | 0.74% | 0.69% | - |
| XYZ | 22.37 | 17.03 | 4.69 | - |
| YUV | 111.58 | 90.99 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 46 | 0 | 0.49 | 0.74 | 0.31 | 20.61 | 0.59 | 0.44 |
| Hex | B1 | 5B | 2E | 0 | 31 | 4A | 1F | 15 | 3B | 2C |
| Octal | 261 | 133 | 56 | 0 | 61 | 112 | 37 | 25 | 73 | 54 |
| Binary | 10110001 | 1011011 | 101110 | 0 | 110001 | 1001010 | 11111 | 10101 | 111011 | 101100 |
Color Harmonies of #B15B2E
Complementary color
Monochromatic Colors of #B15B2E
Black with #B15B2E
Text Example
Text Example
White with #B15B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15B2E; }
p { color: rgb(177,91,46); }
H1.HeaderClassName
{
color: #B15B2E;
}
.AnyTagClassName
{
color: #B15B2E;
}
</style>
background-color css
<style>
a { background-color: #B15B2E; }
a { background-color: rgb(177,91,46); }
div.DivClassName
{
background-color: #B15B2E;
}
.BgClassName
{
background-color: #B15B2E;
}
</style>
border-color css
<style>
span { border-color: #B15B2E; }
span { border-color: rgb(177,91,46); }
td.TdClassName
{
border-color: #B15B2E;
}
.TagClassName
{
border-color: #B15B2E;
}
</style>