Html Css Color HEX #BA330F Harley Davidson Orange
📋 copy color: '#BA330F'red 186 ◦ green 51 ◦ blue 15
Shades of Harley Davidson Orange #BA330F
Tints of Harley Davidson Orange #BA330F
RGB
CMYK
RGB Variations
Color information
#BA330F (or 0xBA330F) is known color: Harley Davidson Orange. HEX triplet: BA, 33 and 0F. RGB value is (186,51,15). Sum of RGB (Red+Green+Blue) = 186+51+15=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA330F is #45CCF0. Grayscale: #575757. Windows color (decimal): -4574449 or 996282. OLE color: 996282.
HSL color Cylindrical-coordinate representation of color #BA330F: hue angle of 12.63º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA330F is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 15 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.27 |
| HSL | 12.63º | 0.85% | 0.39% | - |
| HSV(B) | 12.63º | 0.92% | 0.73% | - |
| XYZ | 21.52 | 12.84 | 1.8 | - |
| YUV | 87.26 | 87.23 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 15 | 0 | 0.73 | 0.92 | 0.27 | 12.63 | 0.85 | 0.39 |
| Hex | BA | 33 | F | 0 | 49 | 5C | 1B | D | 55 | 27 |
| Octal | 272 | 63 | 17 | 0 | 111 | 134 | 33 | 15 | 125 | 47 |
| Binary | 10111010 | 110011 | 1111 | 0 | 1001001 | 1011100 | 11011 | 1101 | 1010101 | 100111 |
Color Harmonies of #BA330F
Complementary color
Monochromatic Colors of #BA330F
Black with #BA330F
Text Example
Text Example
White with #BA330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA330F; }
p { color: rgb(186,51,15); }
H1.HeaderClassName
{
color: #BA330F;
}
.AnyTagClassName
{
color: #BA330F;
}
</style>
background-color css
<style>
a { background-color: #BA330F; }
a { background-color: rgb(186,51,15); }
div.DivClassName
{
background-color: #BA330F;
}
.BgClassName
{
background-color: #BA330F;
}
</style>
border-color css
<style>
span { border-color: #BA330F; }
span { border-color: rgb(186,51,15); }
td.TdClassName
{
border-color: #BA330F;
}
.TagClassName
{
border-color: #BA330F;
}
</style>