Html Css Color HEX #BA230B Harley Davidson Orange
📋 copy color: '#BA230B'red 186 ◦ green 35 ◦ blue 11
Shades of Harley Davidson Orange #BA230B
Tints of Harley Davidson Orange #BA230B
RGB
CMYK
RGB Variations
Color information
#BA230B (or 0xBA230B) is known color: Harley Davidson Orange. HEX triplet: BA, 23 and 0B. RGB value is (186,35,11). Sum of RGB (Red+Green+Blue) = 186+35+11=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA230B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA230B is #45DCF4. Grayscale: #4D4D4D. Windows color (decimal): -4578549 or 730042. OLE color: 730042.
HSL color Cylindrical-coordinate representation of color #BA230B: hue angle of 8.23º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA230B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 11 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.27 |
| HSL | 8.23º | 0.89% | 0.39% | - |
| HSV(B) | 8.23º | 0.94% | 0.73% | - |
| XYZ | 20.91 | 11.67 | 1.47 | - |
| YUV | 77.41 | 90.53 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 11 | 0 | 0.81 | 0.94 | 0.27 | 8.23 | 0.89 | 0.39 |
| Hex | BA | 23 | B | 0 | 51 | 5E | 1B | 8 | 59 | 27 |
| Octal | 272 | 43 | 13 | 0 | 121 | 136 | 33 | 10 | 131 | 47 |
| Binary | 10111010 | 100011 | 1011 | 0 | 1010001 | 1011110 | 11011 | 1000 | 1011001 | 100111 |
Color Harmonies of #BA230B
Complementary color
Monochromatic Colors of #BA230B
Black with #BA230B
Text Example
Text Example
White with #BA230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA230B; }
p { color: rgb(186,35,11); }
H1.HeaderClassName
{
color: #BA230B;
}
.AnyTagClassName
{
color: #BA230B;
}
</style>
background-color css
<style>
a { background-color: #BA230B; }
a { background-color: rgb(186,35,11); }
div.DivClassName
{
background-color: #BA230B;
}
.BgClassName
{
background-color: #BA230B;
}
</style>
border-color css
<style>
span { border-color: #BA230B; }
span { border-color: rgb(186,35,11); }
td.TdClassName
{
border-color: #BA230B;
}
.TagClassName
{
border-color: #BA230B;
}
</style>