Html Css Color HEX #BA2908 Harley Davidson Orange
📋 copy color: '#BA2908'red 186 ◦ green 41 ◦ blue 8
Shades of Harley Davidson Orange #BA2908
Tints of Harley Davidson Orange #BA2908
RGB
CMYK
RGB Variations
Color information
#BA2908 (or 0xBA2908) is known color: Harley Davidson Orange. HEX triplet: BA, 29 and 08. RGB value is (186,41,8). Sum of RGB (Red+Green+Blue) = 186+41+8=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2908 is #45D6F7. Grayscale: #505050. Windows color (decimal): -4577016 or 534970. OLE color: 534970.
HSL color Cylindrical-coordinate representation of color #BA2908: hue angle of 11.12º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA2908 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 8 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.27 |
| HSL | 11.12º | 0.92% | 0.38% | - |
| HSV(B) | 11.12º | 0.96% | 0.73% | - |
| XYZ | 21.09 | 12.04 | 1.44 | - |
| YUV | 80.59 | 87.04 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 8 | 0 | 0.78 | 0.96 | 0.27 | 11.12 | 0.92 | 0.38 |
| Hex | BA | 29 | 8 | 0 | 4E | 60 | 1B | B | 5C | 26 |
| Octal | 272 | 51 | 10 | 0 | 116 | 140 | 33 | 13 | 134 | 46 |
| Binary | 10111010 | 101001 | 1000 | 0 | 1001110 | 1100000 | 11011 | 1011 | 1011100 | 100110 |
Color Harmonies of #BA2908
Complementary color
Monochromatic Colors of #BA2908
Black with #BA2908
Text Example
Text Example
White with #BA2908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2908; }
p { color: rgb(186,41,8); }
H1.HeaderClassName
{
color: #BA2908;
}
.AnyTagClassName
{
color: #BA2908;
}
</style>
background-color css
<style>
a { background-color: #BA2908; }
a { background-color: rgb(186,41,8); }
div.DivClassName
{
background-color: #BA2908;
}
.BgClassName
{
background-color: #BA2908;
}
</style>
border-color css
<style>
span { border-color: #BA2908; }
span { border-color: rgb(186,41,8); }
td.TdClassName
{
border-color: #BA2908;
}
.TagClassName
{
border-color: #BA2908;
}
</style>