Shades of Fiery Orange #B95430
Tints of Fiery Orange #B95430
RGB
CMYK
RGB Variations
Color information
#B95430 (or 0xB95430) is known color: Fiery Orange. HEX triplet: B9, 54 and 30. RGB value is (185,84,48). Sum of RGB (Red+Green+Blue) = 185+84+48=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B95430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95430 is #46ABCF. Grayscale: #6E6E6E. Windows color (decimal): -4631504 or 3167417. OLE color: 3167417.
HSL color Cylindrical-coordinate representation of color #B95430: hue angle of 15.77º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B95430 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 84 | 48 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.27 |
| HSL | 15.77º | 0.59% | 0.46% | - |
| HSV(B) | 15.77º | 0.74% | 0.73% | - |
| XYZ | 23.71 | 16.87 | 4.8 | - |
| YUV | 110.1 | 92.96 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 48 | 0 | 0.55 | 0.74 | 0.27 | 15.77 | 0.59 | 0.46 |
| Hex | B9 | 54 | 30 | 0 | 37 | 4A | 1B | 10 | 3B | 2E |
| Octal | 271 | 124 | 60 | 0 | 67 | 112 | 33 | 20 | 73 | 56 |
| Binary | 10111001 | 1010100 | 110000 | 0 | 110111 | 1001010 | 11011 | 10000 | 111011 | 101110 |
Color Harmonies of #B95430
Complementary color
Monochromatic Colors of #B95430
Black with #B95430
Text Example
Text Example
White with #B95430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95430; }
p { color: rgb(185,84,48); }
H1.HeaderClassName
{
color: #B95430;
}
.AnyTagClassName
{
color: #B95430;
}
</style>
background-color css
<style>
a { background-color: #B95430; }
a { background-color: rgb(185,84,48); }
div.DivClassName
{
background-color: #B95430;
}
.BgClassName
{
background-color: #B95430;
}
</style>
border-color css
<style>
span { border-color: #B95430; }
span { border-color: rgb(185,84,48); }
td.TdClassName
{
border-color: #B95430;
}
.TagClassName
{
border-color: #B95430;
}
</style>