Html Css Color HEX #BA321B Harley Davidson Orange
📋 copy color: '#BA321B'red 186 ◦ green 50 ◦ blue 27
Shades of Harley Davidson Orange #BA321B
Tints of Harley Davidson Orange #BA321B
RGB
CMYK
RGB Variations
Color information
#BA321B (or 0xBA321B) is known color: Harley Davidson Orange. HEX triplet: BA, 32 and 1B. RGB value is (186,50,27). Sum of RGB (Red+Green+Blue) = 186+50+27=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA321B is #45CDE4. Grayscale: #585858. Windows color (decimal): -4574693 or 1782458. OLE color: 1782458.
HSL color Cylindrical-coordinate representation of color #BA321B: hue angle of 8.68º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA321B is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 27 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.27 |
| HSL | 8.68º | 0.75% | 0.42% | - |
| HSV(B) | 8.68º | 0.85% | 0.73% | - |
| XYZ | 21.59 | 12.8 | 2.37 | - |
| YUV | 88.04 | 93.56 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 27 | 0 | 0.73 | 0.85 | 0.27 | 8.68 | 0.75 | 0.42 |
| Hex | BA | 32 | 1B | 0 | 49 | 55 | 1B | 9 | 4B | 2A |
| Octal | 272 | 62 | 33 | 0 | 111 | 125 | 33 | 11 | 113 | 52 |
| Binary | 10111010 | 110010 | 11011 | 0 | 1001001 | 1010101 | 11011 | 1001 | 1001011 | 101010 |
Color Harmonies of #BA321B
Complementary color
Monochromatic Colors of #BA321B
Black with #BA321B
Text Example
Text Example
White with #BA321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA321B; }
p { color: rgb(186,50,27); }
H1.HeaderClassName
{
color: #BA321B;
}
.AnyTagClassName
{
color: #BA321B;
}
</style>
background-color css
<style>
a { background-color: #BA321B; }
a { background-color: rgb(186,50,27); }
div.DivClassName
{
background-color: #BA321B;
}
.BgClassName
{
background-color: #BA321B;
}
</style>
border-color css
<style>
span { border-color: #BA321B; }
span { border-color: rgb(186,50,27); }
td.TdClassName
{
border-color: #BA321B;
}
.TagClassName
{
border-color: #BA321B;
}
</style>