Html Css Color HEX #BF280C Harley Davidson Orange
📋 copy color: '#BF280C'red 191 ◦ green 40 ◦ blue 12
Shades of Harley Davidson Orange #BF280C
Tints of Harley Davidson Orange #BF280C
RGB
CMYK
RGB Variations
Color information
#BF280C (or 0xBF280C) is known color: Harley Davidson Orange. HEX triplet: BF, 28 and 0C. RGB value is (191,40,12). Sum of RGB (Red+Green+Blue) = 191+40+12=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF280C is #40D7F3. Grayscale: #525252. Windows color (decimal): -4249588 or 796863. OLE color: 796863.
HSL color Cylindrical-coordinate representation of color #BF280C: hue angle of 9.39º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF280C is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 40 | 12 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.25 |
| HSL | 9.39º | 0.88% | 0.4% | - |
| HSV(B) | 9.39º | 0.94% | 0.75% | - |
| XYZ | 22.31 | 12.62 | 1.61 | - |
| YUV | 81.96 | 88.53 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 12 | 0 | 0.79 | 0.94 | 0.25 | 9.39 | 0.88 | 0.4 |
| Hex | BF | 28 | C | 0 | 4F | 5E | 19 | 9 | 58 | 28 |
| Octal | 277 | 50 | 14 | 0 | 117 | 136 | 31 | 11 | 130 | 50 |
| Binary | 10111111 | 101000 | 1100 | 0 | 1001111 | 1011110 | 11001 | 1001 | 1011000 | 101000 |
Color Harmonies of #BF280C
Complementary color
Monochromatic Colors of #BF280C
Black with #BF280C
Text Example
Text Example
White with #BF280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF280C; }
p { color: rgb(191,40,12); }
H1.HeaderClassName
{
color: #BF280C;
}
.AnyTagClassName
{
color: #BF280C;
}
</style>
background-color css
<style>
a { background-color: #BF280C; }
a { background-color: rgb(191,40,12); }
div.DivClassName
{
background-color: #BF280C;
}
.BgClassName
{
background-color: #BF280C;
}
</style>
border-color css
<style>
span { border-color: #BF280C; }
span { border-color: rgb(191,40,12); }
td.TdClassName
{
border-color: #BF280C;
}
.TagClassName
{
border-color: #BF280C;
}
</style>