Html Css Color HEX #BA331B Harley Davidson Orange
📋 copy color: '#BA331B'red 186 ◦ green 51 ◦ blue 27
Shades of Harley Davidson Orange #BA331B
Tints of Harley Davidson Orange #BA331B
RGB
CMYK
RGB Variations
Color information
#BA331B (or 0xBA331B) is known color: Harley Davidson Orange. HEX triplet: BA, 33 and 1B. RGB value is (186,51,27). Sum of RGB (Red+Green+Blue) = 186+51+27=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA331B is #45CCE4. Grayscale: #585858. Windows color (decimal): -4574437 or 1782714. OLE color: 1782714.
HSL color Cylindrical-coordinate representation of color #BA331B: hue angle of 9.06º 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 #BA331B is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 27 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.27 |
| HSL | 9.06º | 0.75% | 0.42% | - |
| HSV(B) | 9.06º | 0.85% | 0.73% | - |
| XYZ | 21.63 | 12.89 | 2.38 | - |
| YUV | 88.63 | 93.23 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 27 | 0 | 0.73 | 0.85 | 0.27 | 9.06 | 0.75 | 0.42 |
| Hex | BA | 33 | 1B | 0 | 49 | 55 | 1B | 9 | 4B | 2A |
| Octal | 272 | 63 | 33 | 0 | 111 | 125 | 33 | 11 | 113 | 52 |
| Binary | 10111010 | 110011 | 11011 | 0 | 1001001 | 1010101 | 11011 | 1001 | 1001011 | 101010 |
Color Harmonies of #BA331B
Complementary color
Monochromatic Colors of #BA331B
Black with #BA331B
Text Example
Text Example
White with #BA331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA331B; }
p { color: rgb(186,51,27); }
H1.HeaderClassName
{
color: #BA331B;
}
.AnyTagClassName
{
color: #BA331B;
}
</style>
background-color css
<style>
a { background-color: #BA331B; }
a { background-color: rgb(186,51,27); }
div.DivClassName
{
background-color: #BA331B;
}
.BgClassName
{
background-color: #BA331B;
}
</style>
border-color css
<style>
span { border-color: #BA331B; }
span { border-color: rgb(186,51,27); }
td.TdClassName
{
border-color: #BA331B;
}
.TagClassName
{
border-color: #BA331B;
}
</style>