Shades of Fiery Orange #B15A38
Tints of Fiery Orange #B15A38
RGB
CMYK
RGB Variations
Color information
#B15A38 (or 0xB15A38) is known color: Fiery Orange. HEX triplet: B1, 5A and 38. RGB value is (177,90,56). Sum of RGB (Red+Green+Blue) = 177+90+56=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15A38 is #4EA5C7. Grayscale: #707070. Windows color (decimal): -5154248 or 3693233. OLE color: 3693233.
HSL color Cylindrical-coordinate representation of color #B15A38: hue angle of 16.86º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B15A38 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 90 | 56 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.31 |
| HSL | 16.86º | 0.52% | 0.46% | - |
| HSV(B) | 16.86º | 0.68% | 0.69% | - |
| XYZ | 22.5 | 16.94 | 5.83 | - |
| YUV | 112.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 90 | 56 | 0 | 0.49 | 0.68 | 0.31 | 16.86 | 0.52 | 0.46 |
| Hex | B1 | 5A | 38 | 0 | 31 | 44 | 1F | 11 | 34 | 2E |
| Octal | 261 | 132 | 70 | 0 | 61 | 104 | 37 | 21 | 64 | 56 |
| Binary | 10110001 | 1011010 | 111000 | 0 | 110001 | 1000100 | 11111 | 10001 | 110100 | 101110 |
Color Harmonies of #B15A38
Complementary color
Monochromatic Colors of #B15A38
Black with #B15A38
Text Example
Text Example
White with #B15A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15A38; }
p { color: rgb(177,90,56); }
H1.HeaderClassName
{
color: #B15A38;
}
.AnyTagClassName
{
color: #B15A38;
}
</style>
background-color css
<style>
a { background-color: #B15A38; }
a { background-color: rgb(177,90,56); }
div.DivClassName
{
background-color: #B15A38;
}
.BgClassName
{
background-color: #B15A38;
}
</style>
border-color css
<style>
span { border-color: #B15A38; }
span { border-color: rgb(177,90,56); }
td.TdClassName
{
border-color: #B15A38;
}
.TagClassName
{
border-color: #B15A38;
}
</style>