Shades of Fiery Orange #B15A30
Tints of Fiery Orange #B15A30
RGB
CMYK
RGB Variations
Color information
#B15A30 (or 0xB15A30) is known color: Fiery Orange. HEX triplet: B1, 5A and 30. RGB value is (177,90,48). Sum of RGB (Red+Green+Blue) = 177+90+48=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15A30 is #4EA5CF. Grayscale: #6F6F6F. Windows color (decimal): -5154256 or 3168945. OLE color: 3168945.
HSL color Cylindrical-coordinate representation of color #B15A30: hue angle of 19.53º degrees, saturation: 0.57, 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 #B15A30 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 90 | 48 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.31 |
| HSL | 19.53º | 0.57% | 0.44% | - |
| HSV(B) | 19.53º | 0.73% | 0.69% | - |
| XYZ | 22.32 | 16.87 | 4.88 | - |
| YUV | 111.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 90 | 48 | 0 | 0.49 | 0.73 | 0.31 | 19.53 | 0.57 | 0.44 |
| Hex | B1 | 5A | 30 | 0 | 31 | 49 | 1F | 14 | 39 | 2C |
| Octal | 261 | 132 | 60 | 0 | 61 | 111 | 37 | 24 | 71 | 54 |
| Binary | 10110001 | 1011010 | 110000 | 0 | 110001 | 1001001 | 11111 | 10100 | 111001 | 101100 |
Color Harmonies of #B15A30
Complementary color
Monochromatic Colors of #B15A30
Black with #B15A30
Text Example
Text Example
White with #B15A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15A30; }
p { color: rgb(177,90,48); }
H1.HeaderClassName
{
color: #B15A30;
}
.AnyTagClassName
{
color: #B15A30;
}
</style>
background-color css
<style>
a { background-color: #B15A30; }
a { background-color: rgb(177,90,48); }
div.DivClassName
{
background-color: #B15A30;
}
.BgClassName
{
background-color: #B15A30;
}
</style>
border-color css
<style>
span { border-color: #B15A30; }
span { border-color: rgb(177,90,48); }
td.TdClassName
{
border-color: #B15A30;
}
.TagClassName
{
border-color: #B15A30;
}
</style>