Shades of Fiery Orange #B15529
Tints of Fiery Orange #B15529
RGB
CMYK
RGB Variations
Color information
#B15529 (or 0xB15529) is known color: Fiery Orange. HEX triplet: B1, 55 and 29. RGB value is (177,85,41). Sum of RGB (Red+Green+Blue) = 177+85+41=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B15529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15529 is #4EAAD6. Grayscale: #6B6B6B. Windows color (decimal): -5155543 or 2708913. OLE color: 2708913.
HSL color Cylindrical-coordinate representation of color #B15529: hue angle of 19.41º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B15529 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 41 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.31 |
| HSL | 19.41º | 0.62% | 0.43% | - |
| HSV(B) | 19.41º | 0.77% | 0.69% | - |
| XYZ | 21.78 | 16 | 4.04 | - |
| YUV | 107.49 | 90.48 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 41 | 0 | 0.52 | 0.77 | 0.31 | 19.41 | 0.62 | 0.43 |
| Hex | B1 | 55 | 29 | 0 | 34 | 4D | 1F | 13 | 3E | 2B |
| Octal | 261 | 125 | 51 | 0 | 64 | 115 | 37 | 23 | 76 | 53 |
| Binary | 10110001 | 1010101 | 101001 | 0 | 110100 | 1001101 | 11111 | 10011 | 111110 | 101011 |
Color Harmonies of #B15529
Complementary color
Monochromatic Colors of #B15529
Black with #B15529
Text Example
Text Example
White with #B15529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15529; }
p { color: rgb(177,85,41); }
H1.HeaderClassName
{
color: #B15529;
}
.AnyTagClassName
{
color: #B15529;
}
</style>
background-color css
<style>
a { background-color: #B15529; }
a { background-color: rgb(177,85,41); }
div.DivClassName
{
background-color: #B15529;
}
.BgClassName
{
background-color: #B15529;
}
</style>
border-color css
<style>
span { border-color: #B15529; }
span { border-color: rgb(177,85,41); }
td.TdClassName
{
border-color: #B15529;
}
.TagClassName
{
border-color: #B15529;
}
</style>