Html Css Color HEX #BF3010 Harley Davidson Orange
📋 copy color: '#BF3010'red 191 ◦ green 48 ◦ blue 16
Shades of Harley Davidson Orange #BF3010
Tints of Harley Davidson Orange #BF3010
RGB
CMYK
RGB Variations
Color information
#BF3010 (or 0xBF3010) is known color: Harley Davidson Orange. HEX triplet: BF, 30 and 10. RGB value is (191,48,16). Sum of RGB (Red+Green+Blue) = 191+48+16=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3010 is #40CFEF. Grayscale: #575757. Windows color (decimal): -4247536 or 1061055. OLE color: 1061055.
HSL color Cylindrical-coordinate representation of color #BF3010: hue angle of 10.97º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF3010 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 48 | 16 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.25 |
| HSL | 10.97º | 0.85% | 0.41% | - |
| HSV(B) | 10.97º | 0.92% | 0.75% | - |
| XYZ | 22.64 | 13.23 | 1.85 | - |
| YUV | 87.11 | 87.88 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 16 | 0 | 0.75 | 0.92 | 0.25 | 10.97 | 0.85 | 0.41 |
| Hex | BF | 30 | 10 | 0 | 4B | 5C | 19 | B | 55 | 29 |
| Octal | 277 | 60 | 20 | 0 | 113 | 134 | 31 | 13 | 125 | 51 |
| Binary | 10111111 | 110000 | 10000 | 0 | 1001011 | 1011100 | 11001 | 1011 | 1010101 | 101001 |
Color Harmonies of #BF3010
Complementary color
Monochromatic Colors of #BF3010
Black with #BF3010
Text Example
Text Example
White with #BF3010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3010; }
p { color: rgb(191,48,16); }
H1.HeaderClassName
{
color: #BF3010;
}
.AnyTagClassName
{
color: #BF3010;
}
</style>
background-color css
<style>
a { background-color: #BF3010; }
a { background-color: rgb(191,48,16); }
div.DivClassName
{
background-color: #BF3010;
}
.BgClassName
{
background-color: #BF3010;
}
</style>
border-color css
<style>
span { border-color: #BF3010; }
span { border-color: rgb(191,48,16); }
td.TdClassName
{
border-color: #BF3010;
}
.TagClassName
{
border-color: #BF3010;
}
</style>