Shades of Fiery Orange #B95523
Tints of Fiery Orange #B95523
RGB
CMYK
RGB Variations
Color information
#B95523 (or 0xB95523) is known color: Fiery Orange. HEX triplet: B9, 55 and 23. RGB value is (185,85,35). Sum of RGB (Red+Green+Blue) = 185+85+35=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B95523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95523 is #46AADC. Grayscale: #6D6D6D. Windows color (decimal): -4631261 or 2315705. OLE color: 2315705.
HSL color Cylindrical-coordinate representation of color #B95523: hue angle of 20º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B95523 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 35 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.27 |
| HSL | 20º | 0.68% | 0.43% | - |
| HSV(B) | 20º | 0.81% | 0.73% | - |
| XYZ | 23.56 | 16.93 | 3.62 | - |
| YUV | 109.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 35 | 0 | 0.54 | 0.81 | 0.27 | 20 | 0.68 | 0.43 |
| Hex | B9 | 55 | 23 | 0 | 36 | 51 | 1B | 14 | 44 | 2B |
| Octal | 271 | 125 | 43 | 0 | 66 | 121 | 33 | 24 | 104 | 53 |
| Binary | 10111001 | 1010101 | 100011 | 0 | 110110 | 1010001 | 11011 | 10100 | 1000100 | 101011 |
Color Harmonies of #B95523
Complementary color
Monochromatic Colors of #B95523
Black with #B95523
Text Example
Text Example
White with #B95523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95523; }
p { color: rgb(185,85,35); }
H1.HeaderClassName
{
color: #B95523;
}
.AnyTagClassName
{
color: #B95523;
}
</style>
background-color css
<style>
a { background-color: #B95523; }
a { background-color: rgb(185,85,35); }
div.DivClassName
{
background-color: #B95523;
}
.BgClassName
{
background-color: #B95523;
}
</style>
border-color css
<style>
span { border-color: #B95523; }
span { border-color: rgb(185,85,35); }
td.TdClassName
{
border-color: #B95523;
}
.TagClassName
{
border-color: #B95523;
}
</style>