Html Css Color HEX #BA381B Harley Davidson Orange
📋 copy color: '#BA381B'red 186 ◦ green 56 ◦ blue 27
Shades of Harley Davidson Orange #BA381B
Tints of Harley Davidson Orange #BA381B
RGB
CMYK
RGB Variations
Color information
#BA381B (or 0xBA381B) is known color: Harley Davidson Orange. HEX triplet: BA, 38 and 1B. RGB value is (186,56,27). Sum of RGB (Red+Green+Blue) = 186+56+27=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA381B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA381B is #45C7E4. Grayscale: #5B5B5B. Windows color (decimal): -4573157 or 1783994. OLE color: 1783994.
HSL color Cylindrical-coordinate representation of color #BA381B: hue angle of 10.94º 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 #BA381B is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 27 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.27 |
| HSL | 10.94º | 0.75% | 0.42% | - |
| HSV(B) | 10.94º | 0.85% | 0.73% | - |
| XYZ | 21.86 | 13.35 | 2.46 | - |
| YUV | 91.56 | 91.57 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 27 | 0 | 0.70 | 0.85 | 0.27 | 10.94 | 0.75 | 0.42 |
| Hex | BA | 38 | 1B | 0 | 46 | 55 | 1B | B | 4B | 2A |
| Octal | 272 | 70 | 33 | 0 | 106 | 125 | 33 | 13 | 113 | 52 |
| Binary | 10111010 | 111000 | 11011 | 0 | 1000110 | 1010101 | 11011 | 1011 | 1001011 | 101010 |
Color Harmonies of #BA381B
Complementary color
Monochromatic Colors of #BA381B
Black with #BA381B
Text Example
Text Example
White with #BA381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA381B; }
p { color: rgb(186,56,27); }
H1.HeaderClassName
{
color: #BA381B;
}
.AnyTagClassName
{
color: #BA381B;
}
</style>
background-color css
<style>
a { background-color: #BA381B; }
a { background-color: rgb(186,56,27); }
div.DivClassName
{
background-color: #BA381B;
}
.BgClassName
{
background-color: #BA381B;
}
</style>
border-color css
<style>
span { border-color: #BA381B; }
span { border-color: rgb(186,56,27); }
td.TdClassName
{
border-color: #BA381B;
}
.TagClassName
{
border-color: #BA381B;
}
</style>