Shades of Fiery Orange #B15D2F
Tints of Fiery Orange #B15D2F
RGB
CMYK
RGB Variations
Color information
#B15D2F (or 0xB15D2F) is known color: Fiery Orange. HEX triplet: B1, 5D and 2F. RGB value is (177,93,47). Sum of RGB (Red+Green+Blue) = 177+93+47=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15D2F is #4EA2D0. Grayscale: #717171. Windows color (decimal): -5153489 or 3104177. OLE color: 3104177.
HSL color Cylindrical-coordinate representation of color #B15D2F: hue angle of 21.23º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B15D2F is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 93 | 47 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.31 |
| HSL | 21.23º | 0.58% | 0.44% | - |
| HSV(B) | 21.23º | 0.73% | 0.69% | - |
| XYZ | 22.56 | 17.38 | 4.86 | - |
| YUV | 112.87 | 90.83 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 47 | 0 | 0.47 | 0.73 | 0.31 | 21.23 | 0.58 | 0.44 |
| Hex | B1 | 5D | 2F | 0 | 2F | 49 | 1F | 15 | 3A | 2C |
| Octal | 261 | 135 | 57 | 0 | 57 | 111 | 37 | 25 | 72 | 54 |
| Binary | 10110001 | 1011101 | 101111 | 0 | 101111 | 1001001 | 11111 | 10101 | 111010 | 101100 |
Color Harmonies of #B15D2F
Complementary color
Monochromatic Colors of #B15D2F
Black with #B15D2F
Text Example
Text Example
White with #B15D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15D2F; }
p { color: rgb(177,93,47); }
H1.HeaderClassName
{
color: #B15D2F;
}
.AnyTagClassName
{
color: #B15D2F;
}
</style>
background-color css
<style>
a { background-color: #B15D2F; }
a { background-color: rgb(177,93,47); }
div.DivClassName
{
background-color: #B15D2F;
}
.BgClassName
{
background-color: #B15D2F;
}
</style>
border-color css
<style>
span { border-color: #B15D2F; }
span { border-color: rgb(177,93,47); }
td.TdClassName
{
border-color: #B15D2F;
}
.TagClassName
{
border-color: #B15D2F;
}
</style>