Shades of Fiery Orange #B85A27
Tints of Fiery Orange #B85A27
RGB
CMYK
RGB Variations
Color information
#B85A27 (or 0xB85A27) is known color: Fiery Orange. HEX triplet: B8, 5A and 27. RGB value is (184,90,39). Sum of RGB (Red+Green+Blue) = 184+90+39=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A27 is #47A5D8. Grayscale: #707070. Windows color (decimal): -4695513 or 2579128. OLE color: 2579128.
HSL color Cylindrical-coordinate representation of color #B85A27: hue angle of 21.1º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B85A27 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 39 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.28 |
| HSL | 21.1º | 0.65% | 0.44% | - |
| HSV(B) | 21.1º | 0.79% | 0.72% | - |
| XYZ | 23.79 | 17.65 | 4.07 | - |
| YUV | 112.29 | 86.64 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 39 | 0 | 0.51 | 0.79 | 0.28 | 21.1 | 0.65 | 0.44 |
| Hex | B8 | 5A | 27 | 0 | 33 | 4F | 1C | 15 | 41 | 2C |
| Octal | 270 | 132 | 47 | 0 | 63 | 117 | 34 | 25 | 101 | 54 |
| Binary | 10111000 | 1011010 | 100111 | 0 | 110011 | 1001111 | 11100 | 10101 | 1000001 | 101100 |
Color Harmonies of #B85A27
Complementary color
Monochromatic Colors of #B85A27
Black with #B85A27
Text Example
Text Example
White with #B85A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A27; }
p { color: rgb(184,90,39); }
H1.HeaderClassName
{
color: #B85A27;
}
.AnyTagClassName
{
color: #B85A27;
}
</style>
background-color css
<style>
a { background-color: #B85A27; }
a { background-color: rgb(184,90,39); }
div.DivClassName
{
background-color: #B85A27;
}
.BgClassName
{
background-color: #B85A27;
}
</style>
border-color css
<style>
span { border-color: #B85A27; }
span { border-color: rgb(184,90,39); }
td.TdClassName
{
border-color: #B85A27;
}
.TagClassName
{
border-color: #B85A27;
}
</style>