Html Css Color HEX #BA300B Harley Davidson Orange
📋 copy color: '#BA300B'red 186 ◦ green 48 ◦ blue 11
Shades of Harley Davidson Orange #BA300B
Tints of Harley Davidson Orange #BA300B
RGB
CMYK
RGB Variations
Color information
#BA300B (or 0xBA300B) is known color: Harley Davidson Orange. HEX triplet: BA, 30 and 0B. RGB value is (186,48,11). Sum of RGB (Red+Green+Blue) = 186+48+11=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA300B is #45CFF4. Grayscale: #555555. Windows color (decimal): -4575221 or 733370. OLE color: 733370.
HSL color Cylindrical-coordinate representation of color #BA300B: hue angle of 12.69º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA300B is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 11 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.27 |
| HSL | 12.69º | 0.89% | 0.39% | - |
| HSV(B) | 12.69º | 0.94% | 0.73% | - |
| XYZ | 21.37 | 12.58 | 1.62 | - |
| YUV | 85.04 | 86.22 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 11 | 0 | 0.74 | 0.94 | 0.27 | 12.69 | 0.89 | 0.39 |
| Hex | BA | 30 | B | 0 | 4A | 5E | 1B | D | 59 | 27 |
| Octal | 272 | 60 | 13 | 0 | 112 | 136 | 33 | 15 | 131 | 47 |
| Binary | 10111010 | 110000 | 1011 | 0 | 1001010 | 1011110 | 11011 | 1101 | 1011001 | 100111 |
Color Harmonies of #BA300B
Complementary color
Monochromatic Colors of #BA300B
Black with #BA300B
Text Example
Text Example
White with #BA300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA300B; }
p { color: rgb(186,48,11); }
H1.HeaderClassName
{
color: #BA300B;
}
.AnyTagClassName
{
color: #BA300B;
}
</style>
background-color css
<style>
a { background-color: #BA300B; }
a { background-color: rgb(186,48,11); }
div.DivClassName
{
background-color: #BA300B;
}
.BgClassName
{
background-color: #BA300B;
}
</style>
border-color css
<style>
span { border-color: #BA300B; }
span { border-color: rgb(186,48,11); }
td.TdClassName
{
border-color: #BA300B;
}
.TagClassName
{
border-color: #BA300B;
}
</style>