Html Css Color HEX #BF290A Harley Davidson Orange
📋 copy color: '#BF290A'red 191 ◦ green 41 ◦ blue 10
Shades of Harley Davidson Orange #BF290A
Tints of Harley Davidson Orange #BF290A
RGB
CMYK
RGB Variations
Color information
#BF290A (or 0xBF290A) is known color: Harley Davidson Orange. HEX triplet: BF, 29 and 0A. RGB value is (191,41,10). Sum of RGB (Red+Green+Blue) = 191+41+10=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF290A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF290A is #40D6F5. Grayscale: #525252. Windows color (decimal): -4249334 or 666047. OLE color: 666047.
HSL color Cylindrical-coordinate representation of color #BF290A: hue angle of 10.28º 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 #BF290A is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 10 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.25 |
| HSL | 10.28º | 0.9% | 0.39% | - |
| HSV(B) | 10.28º | 0.95% | 0.75% | - |
| XYZ | 22.33 | 12.68 | 1.56 | - |
| YUV | 82.32 | 87.2 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 10 | 0 | 0.79 | 0.95 | 0.25 | 10.28 | 0.9 | 0.39 |
| Hex | BF | 29 | A | 0 | 4F | 5F | 19 | A | 5A | 27 |
| Octal | 277 | 51 | 12 | 0 | 117 | 137 | 31 | 12 | 132 | 47 |
| Binary | 10111111 | 101001 | 1010 | 0 | 1001111 | 1011111 | 11001 | 1010 | 1011010 | 100111 |
Color Harmonies of #BF290A
Complementary color
Monochromatic Colors of #BF290A
Black with #BF290A
Text Example
Text Example
White with #BF290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF290A; }
p { color: rgb(191,41,10); }
H1.HeaderClassName
{
color: #BF290A;
}
.AnyTagClassName
{
color: #BF290A;
}
</style>
background-color css
<style>
a { background-color: #BF290A; }
a { background-color: rgb(191,41,10); }
div.DivClassName
{
background-color: #BF290A;
}
.BgClassName
{
background-color: #BF290A;
}
</style>
border-color css
<style>
span { border-color: #BF290A; }
span { border-color: rgb(191,41,10); }
td.TdClassName
{
border-color: #BF290A;
}
.TagClassName
{
border-color: #BF290A;
}
</style>