Html Css Color HEX #BF3B1A Harley Davidson Orange
📋 copy color: '#BF3B1A'red 191 ◦ green 59 ◦ blue 26
Shades of Harley Davidson Orange #BF3B1A
Tints of Harley Davidson Orange #BF3B1A
RGB
CMYK
RGB Variations
Color information
#BF3B1A (or 0xBF3B1A) is known color: Harley Davidson Orange. HEX triplet: BF, 3B and 1A. RGB value is (191,59,26). Sum of RGB (Red+Green+Blue) = 191+59+26=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3B1A is #40C4E5. Grayscale: #5E5E5E. Windows color (decimal): -4244710 or 1719231. OLE color: 1719231.
HSL color Cylindrical-coordinate representation of color #BF3B1A: hue angle of 12º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF3B1A is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 59 | 26 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.25 |
| HSL | 12º | 0.76% | 0.43% | - |
| HSV(B) | 12º | 0.86% | 0.75% | - |
| XYZ | 23.24 | 14.28 | 2.51 | - |
| YUV | 94.71 | 89.23 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 59 | 26 | 0 | 0.69 | 0.86 | 0.25 | 12 | 0.76 | 0.43 |
| Hex | BF | 3B | 1A | 0 | 45 | 56 | 19 | C | 4C | 2B |
| Octal | 277 | 73 | 32 | 0 | 105 | 126 | 31 | 14 | 114 | 53 |
| Binary | 10111111 | 111011 | 11010 | 0 | 1000101 | 1010110 | 11001 | 1100 | 1001100 | 101011 |
Color Harmonies of #BF3B1A
Complementary color
Monochromatic Colors of #BF3B1A
Black with #BF3B1A
Text Example
Text Example
White with #BF3B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3B1A; }
p { color: rgb(191,59,26); }
H1.HeaderClassName
{
color: #BF3B1A;
}
.AnyTagClassName
{
color: #BF3B1A;
}
</style>
background-color css
<style>
a { background-color: #BF3B1A; }
a { background-color: rgb(191,59,26); }
div.DivClassName
{
background-color: #BF3B1A;
}
.BgClassName
{
background-color: #BF3B1A;
}
</style>
border-color css
<style>
span { border-color: #BF3B1A; }
span { border-color: rgb(191,59,26); }
td.TdClassName
{
border-color: #BF3B1A;
}
.TagClassName
{
border-color: #BF3B1A;
}
</style>