Html Css Color HEX #BA3823 Harley Davidson Orange
📋 copy color: '#BA3823'red 186 ◦ green 56 ◦ blue 35
Shades of Harley Davidson Orange #BA3823
Tints of Harley Davidson Orange #BA3823
RGB
CMYK
RGB Variations
Color information
#BA3823 (or 0xBA3823) is known color: Harley Davidson Orange. HEX triplet: BA, 38 and 23. RGB value is (186,56,35). Sum of RGB (Red+Green+Blue) = 186+56+35=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3823 is #45C7DC. Grayscale: #5C5C5C. Windows color (decimal): -4573149 or 2308282. OLE color: 2308282.
HSL color Cylindrical-coordinate representation of color #BA3823: hue angle of 8.34º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA3823 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 35 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.27 |
| HSL | 8.34º | 0.68% | 0.43% | - |
| HSV(B) | 8.34º | 0.81% | 0.73% | - |
| XYZ | 21.97 | 13.39 | 3.02 | - |
| YUV | 92.48 | 95.57 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 35 | 0 | 0.70 | 0.81 | 0.27 | 8.34 | 0.68 | 0.43 |
| Hex | BA | 38 | 23 | 0 | 46 | 51 | 1B | 8 | 44 | 2B |
| Octal | 272 | 70 | 43 | 0 | 106 | 121 | 33 | 10 | 104 | 53 |
| Binary | 10111010 | 111000 | 100011 | 0 | 1000110 | 1010001 | 11011 | 1000 | 1000100 | 101011 |
Color Harmonies of #BA3823
Complementary color
Monochromatic Colors of #BA3823
Black with #BA3823
Text Example
Text Example
White with #BA3823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3823; }
p { color: rgb(186,56,35); }
H1.HeaderClassName
{
color: #BA3823;
}
.AnyTagClassName
{
color: #BA3823;
}
</style>
background-color css
<style>
a { background-color: #BA3823; }
a { background-color: rgb(186,56,35); }
div.DivClassName
{
background-color: #BA3823;
}
.BgClassName
{
background-color: #BA3823;
}
</style>
border-color css
<style>
span { border-color: #BA3823; }
span { border-color: rgb(186,56,35); }
td.TdClassName
{
border-color: #BA3823;
}
.TagClassName
{
border-color: #BA3823;
}
</style>