Shades of Fiery Orange #B15D30
Tints of Fiery Orange #B15D30
RGB
CMYK
RGB Variations
Color information
#B15D30 (or 0xB15D30) is known color: Fiery Orange. HEX triplet: B1, 5D and 30. RGB value is (177,93,48). Sum of RGB (Red+Green+Blue) = 177+93+48=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15D30 is #4EA2CF. Grayscale: #717171. Windows color (decimal): -5153488 or 3169713. OLE color: 3169713.
HSL color Cylindrical-coordinate representation of color #B15D30: hue angle of 20.93º 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 #B15D30 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
RGB | 177 | 93 | 48 | - |
CMYK | 0 | 0.47 | 0.73 | 0.31 |
HSL | 20.93º | 0.57% | 0.44% | - |
HSV(B) | 20.93º | 0.73% | 0.69% | - |
XYZ | 22.58 | 17.39 | 4.96 | - |
YUV | 112.99 | 91.33 | 173.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 177 | 93 | 48 | 0 | 0.47 | 0.73 | 0.31 | 20.93 | 0.57 | 0.44 |
Hex | B1 | 5D | 30 | 0 | 2F | 49 | 1F | 15 | 39 | 2C |
Octal | 261 | 135 | 60 | 0 | 57 | 111 | 37 | 25 | 71 | 54 |
Binary | 10110001 | 1011101 | 110000 | 0 | 101111 | 1001001 | 11111 | 10101 | 111001 | 101100 |
Color Harmonies of #B15D30
Complementary color
Monochromatic Colors of #B15D30
Black with #B15D30
Text Example
Text Example
White with #B15D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15D30; }
p { color: rgb(177,93,48); }
H1.HeaderClassName
{
color: #B15D30;
}
.AnyTagClassName
{
color: #B15D30;
}
</style>
background-color css
<style>
a { background-color: #B15D30; }
a { background-color: rgb(177,93,48); }
div.DivClassName
{
background-color: #B15D30;
}
.BgClassName
{
background-color: #B15D30;
}
</style>
border-color css
<style>
span { border-color: #B15D30; }
span { border-color: rgb(177,93,48); }
td.TdClassName
{
border-color: #B15D30;
}
.TagClassName
{
border-color: #B15D30;
}
</style>