Html Css Color HEX #BF3A17 Harley Davidson Orange
📋 copy color: '#BF3A17'red 191 ◦ green 58 ◦ blue 23
Shades of Harley Davidson Orange #BF3A17
Tints of Harley Davidson Orange #BF3A17
RGB
CMYK
RGB Variations
Color information
#BF3A17 (or 0xBF3A17) is known color: Harley Davidson Orange. HEX triplet: BF, 3A and 17. RGB value is (191,58,23). Sum of RGB (Red+Green+Blue) = 191+58+23=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3A17 is #40C5E8. Grayscale: #5E5E5E. Windows color (decimal): -4244969 or 1522367. OLE color: 1522367.
HSL color Cylindrical-coordinate representation of color #BF3A17: hue angle of 12.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF3A17 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 23 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.25 |
| HSL | 12.5º | 0.79% | 0.42% | - |
| HSV(B) | 12.5º | 0.88% | 0.75% | - |
| XYZ | 23.15 | 14.16 | 2.32 | - |
| YUV | 93.78 | 88.06 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 23 | 0 | 0.70 | 0.88 | 0.25 | 12.5 | 0.79 | 0.42 |
| Hex | BF | 3A | 17 | 0 | 46 | 58 | 19 | C | 4F | 2A |
| Octal | 277 | 72 | 27 | 0 | 106 | 130 | 31 | 14 | 117 | 52 |
| Binary | 10111111 | 111010 | 10111 | 0 | 1000110 | 1011000 | 11001 | 1100 | 1001111 | 101010 |
Color Harmonies of #BF3A17
Complementary color
Monochromatic Colors of #BF3A17
Black with #BF3A17
Text Example
Text Example
White with #BF3A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A17; }
p { color: rgb(191,58,23); }
H1.HeaderClassName
{
color: #BF3A17;
}
.AnyTagClassName
{
color: #BF3A17;
}
</style>
background-color css
<style>
a { background-color: #BF3A17; }
a { background-color: rgb(191,58,23); }
div.DivClassName
{
background-color: #BF3A17;
}
.BgClassName
{
background-color: #BF3A17;
}
</style>
border-color css
<style>
span { border-color: #BF3A17; }
span { border-color: rgb(191,58,23); }
td.TdClassName
{
border-color: #BF3A17;
}
.TagClassName
{
border-color: #BF3A17;
}
</style>