Shades of Fiery Orange #B95C2B
Tints of Fiery Orange #B95C2B
RGB
CMYK
RGB Variations
Color information
#B95C2B (or 0xB95C2B) is known color: Fiery Orange. HEX triplet: B9, 5C and 2B. RGB value is (185,92,43). Sum of RGB (Red+Green+Blue) = 185+92+43=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95C2B is #46A3D4. Grayscale: #727272. Windows color (decimal): -4629461 or 2841785. OLE color: 2841785.
HSL color Cylindrical-coordinate representation of color #B95C2B: hue angle of 20.7º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B95C2B is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 92 | 43 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.27 |
| HSL | 20.7º | 0.62% | 0.45% | - |
| HSV(B) | 20.7º | 0.77% | 0.73% | - |
| XYZ | 24.27 | 18.14 | 4.51 | - |
| YUV | 114.22 | 87.81 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 43 | 0 | 0.50 | 0.77 | 0.27 | 20.7 | 0.62 | 0.45 |
| Hex | B9 | 5C | 2B | 0 | 32 | 4D | 1B | 15 | 3E | 2D |
| Octal | 271 | 134 | 53 | 0 | 62 | 115 | 33 | 25 | 76 | 55 |
| Binary | 10111001 | 1011100 | 101011 | 0 | 110010 | 1001101 | 11011 | 10101 | 111110 | 101101 |
Color Harmonies of #B95C2B
Complementary color
Monochromatic Colors of #B95C2B
Black with #B95C2B
Text Example
Text Example
White with #B95C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95C2B; }
p { color: rgb(185,92,43); }
H1.HeaderClassName
{
color: #B95C2B;
}
.AnyTagClassName
{
color: #B95C2B;
}
</style>
background-color css
<style>
a { background-color: #B95C2B; }
a { background-color: rgb(185,92,43); }
div.DivClassName
{
background-color: #B95C2B;
}
.BgClassName
{
background-color: #B95C2B;
}
</style>
border-color css
<style>
span { border-color: #B95C2B; }
span { border-color: rgb(185,92,43); }
td.TdClassName
{
border-color: #B95C2B;
}
.TagClassName
{
border-color: #B95C2B;
}
</style>