Html Css Color HEX #BF3012 Harley Davidson Orange
📋 copy color: '#BF3012'red 191 ◦ green 48 ◦ blue 18
Shades of Harley Davidson Orange #BF3012
Tints of Harley Davidson Orange #BF3012
RGB
CMYK
RGB Variations
Color information
#BF3012 (or 0xBF3012) is known color: Harley Davidson Orange. HEX triplet: BF, 30 and 12. RGB value is (191,48,18). Sum of RGB (Red+Green+Blue) = 191+48+18=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3012 is #40CFED. Grayscale: #575757. Windows color (decimal): -4247534 or 1192127. OLE color: 1192127.
HSL color Cylindrical-coordinate representation of color #BF3012: hue angle of 10.4º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF3012 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 48 | 18 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.25 |
| HSL | 10.4º | 0.83% | 0.41% | - |
| HSV(B) | 10.4º | 0.91% | 0.75% | - |
| XYZ | 22.65 | 13.23 | 1.93 | - |
| YUV | 87.34 | 88.88 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 18 | 0 | 0.75 | 0.91 | 0.25 | 10.4 | 0.83 | 0.41 |
| Hex | BF | 30 | 12 | 0 | 4B | 5B | 19 | A | 53 | 29 |
| Octal | 277 | 60 | 22 | 0 | 113 | 133 | 31 | 12 | 123 | 51 |
| Binary | 10111111 | 110000 | 10010 | 0 | 1001011 | 1011011 | 11001 | 1010 | 1010011 | 101001 |
Color Harmonies of #BF3012
Complementary color
Monochromatic Colors of #BF3012
Black with #BF3012
Text Example
Text Example
White with #BF3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3012; }
p { color: rgb(191,48,18); }
H1.HeaderClassName
{
color: #BF3012;
}
.AnyTagClassName
{
color: #BF3012;
}
</style>
background-color css
<style>
a { background-color: #BF3012; }
a { background-color: rgb(191,48,18); }
div.DivClassName
{
background-color: #BF3012;
}
.BgClassName
{
background-color: #BF3012;
}
</style>
border-color css
<style>
span { border-color: #BF3012; }
span { border-color: rgb(191,48,18); }
td.TdClassName
{
border-color: #BF3012;
}
.TagClassName
{
border-color: #BF3012;
}
</style>