Html Css Color HEX #BF351A Harley Davidson Orange
📋 copy color: '#BF351A'red 191 ◦ green 53 ◦ blue 26
Shades of Harley Davidson Orange #BF351A
Tints of Harley Davidson Orange #BF351A
RGB
CMYK
RGB Variations
Color information
#BF351A (or 0xBF351A) is known color: Harley Davidson Orange. HEX triplet: BF, 35 and 1A. RGB value is (191,53,26). Sum of RGB (Red+Green+Blue) = 191+53+26=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF351A is #40CAE5. Grayscale: #5B5B5B. Windows color (decimal): -4246246 or 1717695. OLE color: 1717695.
HSL color Cylindrical-coordinate representation of color #BF351A: hue angle of 9.82º 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 #BF351A is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 53 | 26 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.25 |
| HSL | 9.82º | 0.76% | 0.43% | - |
| HSV(B) | 9.82º | 0.86% | 0.75% | - |
| XYZ | 22.95 | 13.7 | 2.41 | - |
| YUV | 91.18 | 91.22 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 53 | 26 | 0 | 0.72 | 0.86 | 0.25 | 9.82 | 0.76 | 0.43 |
| Hex | BF | 35 | 1A | 0 | 48 | 56 | 19 | A | 4C | 2B |
| Octal | 277 | 65 | 32 | 0 | 110 | 126 | 31 | 12 | 114 | 53 |
| Binary | 10111111 | 110101 | 11010 | 0 | 1001000 | 1010110 | 11001 | 1010 | 1001100 | 101011 |
Color Harmonies of #BF351A
Complementary color
Monochromatic Colors of #BF351A
Black with #BF351A
Text Example
Text Example
White with #BF351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF351A; }
p { color: rgb(191,53,26); }
H1.HeaderClassName
{
color: #BF351A;
}
.AnyTagClassName
{
color: #BF351A;
}
</style>
background-color css
<style>
a { background-color: #BF351A; }
a { background-color: rgb(191,53,26); }
div.DivClassName
{
background-color: #BF351A;
}
.BgClassName
{
background-color: #BF351A;
}
</style>
border-color css
<style>
span { border-color: #BF351A; }
span { border-color: rgb(191,53,26); }
td.TdClassName
{
border-color: #BF351A;
}
.TagClassName
{
border-color: #BF351A;
}
</style>