Html Css Color HEX #BA341B Harley Davidson Orange
📋 copy color: '#BA341B'red 186 ◦ green 52 ◦ blue 27
Shades of Harley Davidson Orange #BA341B
Tints of Harley Davidson Orange #BA341B
RGB
CMYK
RGB Variations
Color information
#BA341B (or 0xBA341B) is known color: Harley Davidson Orange. HEX triplet: BA, 34 and 1B. RGB value is (186,52,27). Sum of RGB (Red+Green+Blue) = 186+52+27=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA341B is #45CBE4. Grayscale: #595959. Windows color (decimal): -4574181 or 1782970. OLE color: 1782970.
HSL color Cylindrical-coordinate representation of color #BA341B: hue angle of 9.43º 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 #BA341B is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 27 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.27 |
| HSL | 9.43º | 0.75% | 0.42% | - |
| HSV(B) | 9.43º | 0.85% | 0.73% | - |
| XYZ | 21.68 | 12.97 | 2.4 | - |
| YUV | 89.22 | 92.89 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 27 | 0 | 0.72 | 0.85 | 0.27 | 9.43 | 0.75 | 0.42 |
| Hex | BA | 34 | 1B | 0 | 48 | 55 | 1B | 9 | 4B | 2A |
| Octal | 272 | 64 | 33 | 0 | 110 | 125 | 33 | 11 | 113 | 52 |
| Binary | 10111010 | 110100 | 11011 | 0 | 1001000 | 1010101 | 11011 | 1001 | 1001011 | 101010 |
Color Harmonies of #BA341B
Complementary color
Monochromatic Colors of #BA341B
Black with #BA341B
Text Example
Text Example
White with #BA341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA341B; }
p { color: rgb(186,52,27); }
H1.HeaderClassName
{
color: #BA341B;
}
.AnyTagClassName
{
color: #BA341B;
}
</style>
background-color css
<style>
a { background-color: #BA341B; }
a { background-color: rgb(186,52,27); }
div.DivClassName
{
background-color: #BA341B;
}
.BgClassName
{
background-color: #BA341B;
}
</style>
border-color css
<style>
span { border-color: #BA341B; }
span { border-color: rgb(186,52,27); }
td.TdClassName
{
border-color: #BA341B;
}
.TagClassName
{
border-color: #BA341B;
}
</style>