Html Css Color HEX #B8310F Harley Davidson Orange
📋 copy color: '#B8310F'red 184 ◦ green 49 ◦ blue 15
Shades of Harley Davidson Orange #B8310F
Tints of Harley Davidson Orange #B8310F
RGB
CMYK
RGB Variations
Color information
#B8310F (or 0xB8310F) is known color: Harley Davidson Orange. HEX triplet: B8, 31 and 0F. RGB value is (184,49,15). Sum of RGB (Red+Green+Blue) = 184+49+15=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B8310F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8310F is #47CEF0. Grayscale: #555555. Windows color (decimal): -4706033 or 995768. OLE color: 995768.
HSL color Cylindrical-coordinate representation of color #B8310F: hue angle of 12.07º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8310F is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 15 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.28 |
| HSL | 12.07º | 0.85% | 0.39% | - |
| HSV(B) | 12.07º | 0.92% | 0.72% | - |
| XYZ | 20.95 | 12.42 | 1.75 | - |
| YUV | 85.49 | 88.23 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 15 | 0 | 0.73 | 0.92 | 0.28 | 12.07 | 0.85 | 0.39 |
| Hex | B8 | 31 | F | 0 | 49 | 5C | 1C | C | 55 | 27 |
| Octal | 270 | 61 | 17 | 0 | 111 | 134 | 34 | 14 | 125 | 47 |
| Binary | 10111000 | 110001 | 1111 | 0 | 1001001 | 1011100 | 11100 | 1100 | 1010101 | 100111 |
Color Harmonies of #B8310F
Complementary color
Monochromatic Colors of #B8310F
Black with #B8310F
Text Example
Text Example
White with #B8310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8310F; }
p { color: rgb(184,49,15); }
H1.HeaderClassName
{
color: #B8310F;
}
.AnyTagClassName
{
color: #B8310F;
}
</style>
background-color css
<style>
a { background-color: #B8310F; }
a { background-color: rgb(184,49,15); }
div.DivClassName
{
background-color: #B8310F;
}
.BgClassName
{
background-color: #B8310F;
}
</style>
border-color css
<style>
span { border-color: #B8310F; }
span { border-color: rgb(184,49,15); }
td.TdClassName
{
border-color: #B8310F;
}
.TagClassName
{
border-color: #B8310F;
}
</style>