Shades of Fiery Orange #B15D2A
Tints of Fiery Orange #B15D2A
RGB
CMYK
RGB Variations
Color information
#B15D2A (or 0xB15D2A) is known color: Fiery Orange. HEX triplet: B1, 5D and 2A. RGB value is (177,93,42). Sum of RGB (Red+Green+Blue) = 177+93+42=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15D2A is #4EA2D5. Grayscale: #707070. Windows color (decimal): -5153494 or 2776497. OLE color: 2776497.
HSL color Cylindrical-coordinate representation of color #B15D2A: hue angle of 22.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B15D2A is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 93 | 42 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.31 |
| HSL | 22.67º | 0.62% | 0.43% | - |
| HSV(B) | 22.67º | 0.76% | 0.69% | - |
| XYZ | 22.46 | 17.34 | 4.35 | - |
| YUV | 112.3 | 88.33 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 42 | 0 | 0.47 | 0.76 | 0.31 | 22.67 | 0.62 | 0.43 |
| Hex | B1 | 5D | 2A | 0 | 2F | 4C | 1F | 17 | 3E | 2B |
| Octal | 261 | 135 | 52 | 0 | 57 | 114 | 37 | 27 | 76 | 53 |
| Binary | 10110001 | 1011101 | 101010 | 0 | 101111 | 1001100 | 11111 | 10111 | 111110 | 101011 |
Color Harmonies of #B15D2A
Complementary color
Monochromatic Colors of #B15D2A
Black with #B15D2A
Text Example
Text Example
White with #B15D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15D2A; }
p { color: rgb(177,93,42); }
H1.HeaderClassName
{
color: #B15D2A;
}
.AnyTagClassName
{
color: #B15D2A;
}
</style>
background-color css
<style>
a { background-color: #B15D2A; }
a { background-color: rgb(177,93,42); }
div.DivClassName
{
background-color: #B15D2A;
}
.BgClassName
{
background-color: #B15D2A;
}
</style>
border-color css
<style>
span { border-color: #B15D2A; }
span { border-color: rgb(177,93,42); }
td.TdClassName
{
border-color: #B15D2A;
}
.TagClassName
{
border-color: #B15D2A;
}
</style>