Shades of Fiery Orange #B85330
Tints of Fiery Orange #B85330
RGB
CMYK
RGB Variations
Color information
#B85330 (or 0xB85330) is known color: Fiery Orange. HEX triplet: B8, 53 and 30. RGB value is (184,83,48). Sum of RGB (Red+Green+Blue) = 184+83+48=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B85330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85330 is #47ACCF. Grayscale: #6D6D6D. Windows color (decimal): -4697296 or 3167160. OLE color: 3167160.
HSL color Cylindrical-coordinate representation of color #B85330: hue angle of 15.44º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B85330 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 48 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.28 |
| HSL | 15.44º | 0.59% | 0.45% | - |
| HSV(B) | 15.44º | 0.74% | 0.72% | - |
| XYZ | 23.39 | 16.59 | 4.77 | - |
| YUV | 109.21 | 93.46 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 48 | 0 | 0.55 | 0.74 | 0.28 | 15.44 | 0.59 | 0.45 |
| Hex | B8 | 53 | 30 | 0 | 37 | 4A | 1C | F | 3B | 2D |
| Octal | 270 | 123 | 60 | 0 | 67 | 112 | 34 | 17 | 73 | 55 |
| Binary | 10111000 | 1010011 | 110000 | 0 | 110111 | 1001010 | 11100 | 1111 | 111011 | 101101 |
Color Harmonies of #B85330
Complementary color
Monochromatic Colors of #B85330
Black with #B85330
Text Example
Text Example
White with #B85330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85330; }
p { color: rgb(184,83,48); }
H1.HeaderClassName
{
color: #B85330;
}
.AnyTagClassName
{
color: #B85330;
}
</style>
background-color css
<style>
a { background-color: #B85330; }
a { background-color: rgb(184,83,48); }
div.DivClassName
{
background-color: #B85330;
}
.BgClassName
{
background-color: #B85330;
}
</style>
border-color css
<style>
span { border-color: #B85330; }
span { border-color: rgb(184,83,48); }
td.TdClassName
{
border-color: #B85330;
}
.TagClassName
{
border-color: #B85330;
}
</style>