Shades of Fiery Orange #B95529
Tints of Fiery Orange #B95529
RGB
CMYK
RGB Variations
Color information
#B95529 (or 0xB95529) is known color: Fiery Orange. HEX triplet: B9, 55 and 29. RGB value is (185,85,41). Sum of RGB (Red+Green+Blue) = 185+85+41=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B95529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95529 is #46AAD6. Grayscale: #6E6E6E. Windows color (decimal): -4631255 or 2708921. OLE color: 2708921.
HSL color Cylindrical-coordinate representation of color #B95529: hue angle of 18.33º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B95529 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 41 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.27 |
| HSL | 18.33º | 0.64% | 0.44% | - |
| HSV(B) | 18.33º | 0.78% | 0.73% | - |
| XYZ | 23.66 | 16.97 | 4.13 | - |
| YUV | 109.88 | 89.13 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 41 | 0 | 0.54 | 0.78 | 0.27 | 18.33 | 0.64 | 0.44 |
| Hex | B9 | 55 | 29 | 0 | 36 | 4E | 1B | 12 | 40 | 2C |
| Octal | 271 | 125 | 51 | 0 | 66 | 116 | 33 | 22 | 100 | 54 |
| Binary | 10111001 | 1010101 | 101001 | 0 | 110110 | 1001110 | 11011 | 10010 | 1000000 | 101100 |
Color Harmonies of #B95529
Complementary color
Monochromatic Colors of #B95529
Black with #B95529
Text Example
Text Example
White with #B95529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95529; }
p { color: rgb(185,85,41); }
H1.HeaderClassName
{
color: #B95529;
}
.AnyTagClassName
{
color: #B95529;
}
</style>
background-color css
<style>
a { background-color: #B95529; }
a { background-color: rgb(185,85,41); }
div.DivClassName
{
background-color: #B95529;
}
.BgClassName
{
background-color: #B95529;
}
</style>
border-color css
<style>
span { border-color: #B95529; }
span { border-color: rgb(185,85,41); }
td.TdClassName
{
border-color: #B95529;
}
.TagClassName
{
border-color: #B95529;
}
</style>