Html Css Color HEX #BF3C16 Harley Davidson Orange
📋 copy color: '#BF3C16'red 191 ◦ green 60 ◦ blue 22
Shades of Harley Davidson Orange #BF3C16
Tints of Harley Davidson Orange #BF3C16
RGB
CMYK
RGB Variations
Color information
#BF3C16 (or 0xBF3C16) is known color: Harley Davidson Orange. HEX triplet: BF, 3C and 16. RGB value is (191,60,22). Sum of RGB (Red+Green+Blue) = 191+60+22=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3C16 is #40C3E9. Grayscale: #5F5F5F. Windows color (decimal): -4244458 or 1457343. OLE color: 1457343.
HSL color Cylindrical-coordinate representation of color #BF3C16: hue angle of 13.49º 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 #BF3C16 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 22 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.25 |
| HSL | 13.49º | 0.79% | 0.42% | - |
| HSV(B) | 13.49º | 0.88% | 0.75% | - |
| XYZ | 23.25 | 14.37 | 2.31 | - |
| YUV | 94.84 | 86.9 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 22 | 0 | 0.69 | 0.88 | 0.25 | 13.49 | 0.79 | 0.42 |
| Hex | BF | 3C | 16 | 0 | 45 | 58 | 19 | D | 4F | 2A |
| Octal | 277 | 74 | 26 | 0 | 105 | 130 | 31 | 15 | 117 | 52 |
| Binary | 10111111 | 111100 | 10110 | 0 | 1000101 | 1011000 | 11001 | 1101 | 1001111 | 101010 |
Color Harmonies of #BF3C16
Complementary color
Monochromatic Colors of #BF3C16
Black with #BF3C16
Text Example
Text Example
White with #BF3C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C16; }
p { color: rgb(191,60,22); }
H1.HeaderClassName
{
color: #BF3C16;
}
.AnyTagClassName
{
color: #BF3C16;
}
</style>
background-color css
<style>
a { background-color: #BF3C16; }
a { background-color: rgb(191,60,22); }
div.DivClassName
{
background-color: #BF3C16;
}
.BgClassName
{
background-color: #BF3C16;
}
</style>
border-color css
<style>
span { border-color: #BF3C16; }
span { border-color: rgb(191,60,22); }
td.TdClassName
{
border-color: #BF3C16;
}
.TagClassName
{
border-color: #BF3C16;
}
</style>