Html Css Color HEX #B5290E Harley Davidson Orange
📋 copy color: '#B5290E'red 181 ◦ green 41 ◦ blue 14
Shades of Harley Davidson Orange #B5290E
Tints of Harley Davidson Orange #B5290E
RGB
CMYK
RGB Variations
Color information
#B5290E (or 0xB5290E) is known color: Harley Davidson Orange. HEX triplet: B5, 29 and 0E. RGB value is (181,41,14). Sum of RGB (Red+Green+Blue) = 181+41+14=236 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.69% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 181 - color contains mainly: red. Hex color #B5290E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5290E is #4AD6F1. Grayscale: #505050. Windows color (decimal): -4904690 or 928181. OLE color: 928181.
HSL color Cylindrical-coordinate representation of color #B5290E: hue angle of 9.7º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5290E is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 14 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.29 |
| HSL | 9.7º | 0.86% | 0.38% | - |
| HSV(B) | 9.7º | 0.92% | 0.71% | - |
| XYZ | 19.93 | 11.44 | 1.57 | - |
| YUV | 79.78 | 90.88 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 14 | 0 | 0.77 | 0.92 | 0.29 | 9.7 | 0.86 | 0.38 |
| Hex | B5 | 29 | E | 0 | 4D | 5C | 1D | A | 56 | 26 |
| Octal | 265 | 51 | 16 | 0 | 115 | 134 | 35 | 12 | 126 | 46 |
| Binary | 10110101 | 101001 | 1110 | 0 | 1001101 | 1011100 | 11101 | 1010 | 1010110 | 100110 |
Color Harmonies of #B5290E
Complementary color
Monochromatic Colors of #B5290E
Black with #B5290E
Text Example
Text Example
White with #B5290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5290E; }
p { color: rgb(181,41,14); }
H1.HeaderClassName
{
color: #B5290E;
}
.AnyTagClassName
{
color: #B5290E;
}
</style>
background-color css
<style>
a { background-color: #B5290E; }
a { background-color: rgb(181,41,14); }
div.DivClassName
{
background-color: #B5290E;
}
.BgClassName
{
background-color: #B5290E;
}
</style>
border-color css
<style>
span { border-color: #B5290E; }
span { border-color: rgb(181,41,14); }
td.TdClassName
{
border-color: #B5290E;
}
.TagClassName
{
border-color: #B5290E;
}
</style>