Shades of Fiery Orange #B95A1B
Tints of Fiery Orange #B95A1B
RGB
CMYK
RGB Variations
Color information
#B95A1B (or 0xB95A1B) is known color: Fiery Orange. HEX triplet: B9, 5A and 1B. RGB value is (185,90,27). Sum of RGB (Red+Green+Blue) = 185+90+27=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95A1B is #46A5E4. Grayscale: #6F6F6F. Windows color (decimal): -4629989 or 1792697. OLE color: 1792697.
HSL color Cylindrical-coordinate representation of color #B95A1B: hue angle of 23.92º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B95A1B is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 90 | 27 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.27 |
| HSL | 23.92º | 0.75% | 0.42% | - |
| HSV(B) | 23.92º | 0.85% | 0.73% | - |
| XYZ | 23.86 | 17.71 | 3.2 | - |
| YUV | 111.22 | 80.47 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 90 | 27 | 0 | 0.51 | 0.85 | 0.27 | 23.92 | 0.75 | 0.42 |
| Hex | B9 | 5A | 1B | 0 | 33 | 55 | 1B | 18 | 4B | 2A |
| Octal | 271 | 132 | 33 | 0 | 63 | 125 | 33 | 30 | 113 | 52 |
| Binary | 10111001 | 1011010 | 11011 | 0 | 110011 | 1010101 | 11011 | 11000 | 1001011 | 101010 |
Color Harmonies of #B95A1B
Complementary color
Monochromatic Colors of #B95A1B
Black with #B95A1B
Text Example
Text Example
White with #B95A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95A1B; }
p { color: rgb(185,90,27); }
H1.HeaderClassName
{
color: #B95A1B;
}
.AnyTagClassName
{
color: #B95A1B;
}
</style>
background-color css
<style>
a { background-color: #B95A1B; }
a { background-color: rgb(185,90,27); }
div.DivClassName
{
background-color: #B95A1B;
}
.BgClassName
{
background-color: #B95A1B;
}
</style>
border-color css
<style>
span { border-color: #B95A1B; }
span { border-color: rgb(185,90,27); }
td.TdClassName
{
border-color: #B95A1B;
}
.TagClassName
{
border-color: #B95A1B;
}
</style>