Shades of Fiery Orange #B15E2D
Tints of Fiery Orange #B15E2D
RGB
CMYK
RGB Variations
Color information
#B15E2D (or 0xB15E2D) is known color: Fiery Orange. HEX triplet: B1, 5E and 2D. RGB value is (177,94,45). Sum of RGB (Red+Green+Blue) = 177+94+45=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15E2D is #4EA1D2. Grayscale: #717171. Windows color (decimal): -5153235 or 2973361. OLE color: 2973361.
HSL color Cylindrical-coordinate representation of color #B15E2D: hue angle of 22.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B15E2D is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 94 | 45 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.31 |
| HSL | 22.27º | 0.59% | 0.44% | - |
| HSV(B) | 22.27º | 0.75% | 0.69% | - |
| XYZ | 22.61 | 17.54 | 4.68 | - |
| YUV | 113.23 | 89.5 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 45 | 0 | 0.47 | 0.75 | 0.31 | 22.27 | 0.59 | 0.44 |
| Hex | B1 | 5E | 2D | 0 | 2F | 4B | 1F | 16 | 3B | 2C |
| Octal | 261 | 136 | 55 | 0 | 57 | 113 | 37 | 26 | 73 | 54 |
| Binary | 10110001 | 1011110 | 101101 | 0 | 101111 | 1001011 | 11111 | 10110 | 111011 | 101100 |
Color Harmonies of #B15E2D
Complementary color
Monochromatic Colors of #B15E2D
Black with #B15E2D
Text Example
Text Example
White with #B15E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15E2D; }
p { color: rgb(177,94,45); }
H1.HeaderClassName
{
color: #B15E2D;
}
.AnyTagClassName
{
color: #B15E2D;
}
</style>
background-color css
<style>
a { background-color: #B15E2D; }
a { background-color: rgb(177,94,45); }
div.DivClassName
{
background-color: #B15E2D;
}
.BgClassName
{
background-color: #B15E2D;
}
</style>
border-color css
<style>
span { border-color: #B15E2D; }
span { border-color: rgb(177,94,45); }
td.TdClassName
{
border-color: #B15E2D;
}
.TagClassName
{
border-color: #B15E2D;
}
</style>