Shades of Fiery Orange #B85A2A
Tints of Fiery Orange #B85A2A
RGB
CMYK
RGB Variations
Color information
#B85A2A (or 0xB85A2A) is known color: Fiery Orange. HEX triplet: B8, 5A and 2A. RGB value is (184,90,42). Sum of RGB (Red+Green+Blue) = 184+90+42=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A2A is #47A5D5. Grayscale: #707070. Windows color (decimal): -4695510 or 2775736. OLE color: 2775736.
HSL color Cylindrical-coordinate representation of color #B85A2A: hue angle of 20.28º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B85A2A is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 42 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.28 |
| HSL | 20.28º | 0.63% | 0.44% | - |
| HSV(B) | 20.28º | 0.77% | 0.72% | - |
| XYZ | 23.84 | 17.67 | 4.34 | - |
| YUV | 112.63 | 88.14 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 42 | 0 | 0.51 | 0.77 | 0.28 | 20.28 | 0.63 | 0.44 |
| Hex | B8 | 5A | 2A | 0 | 33 | 4D | 1C | 14 | 3F | 2C |
| Octal | 270 | 132 | 52 | 0 | 63 | 115 | 34 | 24 | 77 | 54 |
| Binary | 10111000 | 1011010 | 101010 | 0 | 110011 | 1001101 | 11100 | 10100 | 111111 | 101100 |
Color Harmonies of #B85A2A
Complementary color
Monochromatic Colors of #B85A2A
Black with #B85A2A
Text Example
Text Example
White with #B85A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A2A; }
p { color: rgb(184,90,42); }
H1.HeaderClassName
{
color: #B85A2A;
}
.AnyTagClassName
{
color: #B85A2A;
}
</style>
background-color css
<style>
a { background-color: #B85A2A; }
a { background-color: rgb(184,90,42); }
div.DivClassName
{
background-color: #B85A2A;
}
.BgClassName
{
background-color: #B85A2A;
}
</style>
border-color css
<style>
span { border-color: #B85A2A; }
span { border-color: rgb(184,90,42); }
td.TdClassName
{
border-color: #B85A2A;
}
.TagClassName
{
border-color: #B85A2A;
}
</style>