Html Css Color HEX #BA2509 Harley Davidson Orange
📋 copy color: '#BA2509'red 186 ◦ green 37 ◦ blue 9
Shades of Harley Davidson Orange #BA2509
Tints of Harley Davidson Orange #BA2509
RGB
CMYK
RGB Variations
Color information
#BA2509 (or 0xBA2509) is known color: Harley Davidson Orange. HEX triplet: BA, 25 and 09. RGB value is (186,37,9). Sum of RGB (Red+Green+Blue) = 186+37+9=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2509 is #45DAF6. Grayscale: #4E4E4E. Windows color (decimal): -4578039 or 599482. OLE color: 599482.
HSL color Cylindrical-coordinate representation of color #BA2509: hue angle of 9.49º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA2509 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 9 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.27 |
| HSL | 9.49º | 0.91% | 0.38% | - |
| HSV(B) | 9.49º | 0.95% | 0.73% | - |
| XYZ | 20.96 | 11.78 | 1.43 | - |
| YUV | 78.36 | 88.86 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 9 | 0 | 0.80 | 0.95 | 0.27 | 9.49 | 0.91 | 0.38 |
| Hex | BA | 25 | 9 | 0 | 50 | 5F | 1B | 9 | 5B | 26 |
| Octal | 272 | 45 | 11 | 0 | 120 | 137 | 33 | 11 | 133 | 46 |
| Binary | 10111010 | 100101 | 1001 | 0 | 1010000 | 1011111 | 11011 | 1001 | 1011011 | 100110 |
Color Harmonies of #BA2509
Complementary color
Monochromatic Colors of #BA2509
Black with #BA2509
Text Example
Text Example
White with #BA2509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2509; }
p { color: rgb(186,37,9); }
H1.HeaderClassName
{
color: #BA2509;
}
.AnyTagClassName
{
color: #BA2509;
}
</style>
background-color css
<style>
a { background-color: #BA2509; }
a { background-color: rgb(186,37,9); }
div.DivClassName
{
background-color: #BA2509;
}
.BgClassName
{
background-color: #BA2509;
}
</style>
border-color css
<style>
span { border-color: #BA2509; }
span { border-color: rgb(186,37,9); }
td.TdClassName
{
border-color: #BA2509;
}
.TagClassName
{
border-color: #BA2509;
}
</style>