Html Css Color HEX #BF3A16 Harley Davidson Orange
📋 copy color: '#BF3A16'red 191 ◦ green 58 ◦ blue 22
Shades of Harley Davidson Orange #BF3A16
Tints of Harley Davidson Orange #BF3A16
RGB
CMYK
RGB Variations
Color information
#BF3A16 (or 0xBF3A16) is known color: Harley Davidson Orange. HEX triplet: BF, 3A and 16. RGB value is (191,58,22). Sum of RGB (Red+Green+Blue) = 191+58+22=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3A16 is #40C5E9. Grayscale: #5D5D5D. Windows color (decimal): -4244970 or 1456831. OLE color: 1456831.
HSL color Cylindrical-coordinate representation of color #BF3A16: hue angle of 12.78º 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 #BF3A16 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 22 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.25 |
| HSL | 12.78º | 0.79% | 0.42% | - |
| HSV(B) | 12.78º | 0.88% | 0.75% | - |
| XYZ | 23.14 | 14.16 | 2.27 | - |
| YUV | 93.66 | 87.56 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 22 | 0 | 0.70 | 0.88 | 0.25 | 12.78 | 0.79 | 0.42 |
| Hex | BF | 3A | 16 | 0 | 46 | 58 | 19 | D | 4F | 2A |
| Octal | 277 | 72 | 26 | 0 | 106 | 130 | 31 | 15 | 117 | 52 |
| Binary | 10111111 | 111010 | 10110 | 0 | 1000110 | 1011000 | 11001 | 1101 | 1001111 | 101010 |
Color Harmonies of #BF3A16
Complementary color
Monochromatic Colors of #BF3A16
Black with #BF3A16
Text Example
Text Example
White with #BF3A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A16; }
p { color: rgb(191,58,22); }
H1.HeaderClassName
{
color: #BF3A16;
}
.AnyTagClassName
{
color: #BF3A16;
}
</style>
background-color css
<style>
a { background-color: #BF3A16; }
a { background-color: rgb(191,58,22); }
div.DivClassName
{
background-color: #BF3A16;
}
.BgClassName
{
background-color: #BF3A16;
}
</style>
border-color css
<style>
span { border-color: #BF3A16; }
span { border-color: rgb(191,58,22); }
td.TdClassName
{
border-color: #BF3A16;
}
.TagClassName
{
border-color: #BF3A16;
}
</style>