Html Css Color HEX #BA2703 Harley Davidson Orange
📋 copy color: '#BA2703'red 186 ◦ green 39 ◦ blue 3
Shades of Harley Davidson Orange #BA2703
Tints of Harley Davidson Orange #BA2703
RGB
CMYK
RGB Variations
Color information
#BA2703 (or 0xBA2703) is known color: Harley Davidson Orange. HEX triplet: BA, 27 and 03. RGB value is (186,39,3). Sum of RGB (Red+Green+Blue) = 186+39+3=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2703 is #45D8FC. Grayscale: #4F4F4F. Windows color (decimal): -4577533 or 206778. OLE color: 206778.
HSL color Cylindrical-coordinate representation of color #BA2703: hue angle of 11.8º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA2703 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 3 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.27 |
| HSL | 11.8º | 0.97% | 0.37% | - |
| HSV(B) | 11.8º | 0.98% | 0.73% | - |
| XYZ | 20.99 | 11.9 | 1.28 | - |
| YUV | 78.85 | 85.2 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 3 | 0 | 0.79 | 0.98 | 0.27 | 11.8 | 0.97 | 0.37 |
| Hex | BA | 27 | 3 | 0 | 4F | 62 | 1B | C | 61 | 25 |
| Octal | 272 | 47 | 3 | 0 | 117 | 142 | 33 | 14 | 141 | 45 |
| Binary | 10111010 | 100111 | 11 | 0 | 1001111 | 1100010 | 11011 | 1100 | 1100001 | 100101 |
Color Harmonies of #BA2703
Complementary color
Monochromatic Colors of #BA2703
Black with #BA2703
Text Example
Text Example
White with #BA2703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2703; }
p { color: rgb(186,39,3); }
H1.HeaderClassName
{
color: #BA2703;
}
.AnyTagClassName
{
color: #BA2703;
}
</style>
background-color css
<style>
a { background-color: #BA2703; }
a { background-color: rgb(186,39,3); }
div.DivClassName
{
background-color: #BA2703;
}
.BgClassName
{
background-color: #BA2703;
}
</style>
border-color css
<style>
span { border-color: #BA2703; }
span { border-color: rgb(186,39,3); }
td.TdClassName
{
border-color: #BA2703;
}
.TagClassName
{
border-color: #BA2703;
}
</style>