Html Css Color HEX #BF2F0A Harley Davidson Orange
📋 copy color: '#BF2F0A'red 191 ◦ green 47 ◦ blue 10
Shades of Harley Davidson Orange #BF2F0A
Tints of Harley Davidson Orange #BF2F0A
RGB
CMYK
RGB Variations
Color information
#BF2F0A (or 0xBF2F0A) is known color: Harley Davidson Orange. HEX triplet: BF, 2F and 0A. RGB value is (191,47,10). Sum of RGB (Red+Green+Blue) = 191+47+10=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2F0A is #40D0F5. Grayscale: #565656. Windows color (decimal): -4247798 or 667583. OLE color: 667583.
HSL color Cylindrical-coordinate representation of color #BF2F0A: hue angle of 12.27º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF2F0A is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 47 | 10 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.25 |
| HSL | 12.27º | 0.9% | 0.39% | - |
| HSV(B) | 12.27º | 0.95% | 0.75% | - |
| XYZ | 22.56 | 13.13 | 1.63 | - |
| YUV | 85.84 | 85.21 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 10 | 0 | 0.75 | 0.95 | 0.25 | 12.27 | 0.9 | 0.39 |
| Hex | BF | 2F | A | 0 | 4B | 5F | 19 | C | 5A | 27 |
| Octal | 277 | 57 | 12 | 0 | 113 | 137 | 31 | 14 | 132 | 47 |
| Binary | 10111111 | 101111 | 1010 | 0 | 1001011 | 1011111 | 11001 | 1100 | 1011010 | 100111 |
Color Harmonies of #BF2F0A
Complementary color
Monochromatic Colors of #BF2F0A
Black with #BF2F0A
Text Example
Text Example
White with #BF2F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2F0A; }
p { color: rgb(191,47,10); }
H1.HeaderClassName
{
color: #BF2F0A;
}
.AnyTagClassName
{
color: #BF2F0A;
}
</style>
background-color css
<style>
a { background-color: #BF2F0A; }
a { background-color: rgb(191,47,10); }
div.DivClassName
{
background-color: #BF2F0A;
}
.BgClassName
{
background-color: #BF2F0A;
}
</style>
border-color css
<style>
span { border-color: #BF2F0A; }
span { border-color: rgb(191,47,10); }
td.TdClassName
{
border-color: #BF2F0A;
}
.TagClassName
{
border-color: #BF2F0A;
}
</style>