Html Css Color HEX #BF3512 Harley Davidson Orange
📋 copy color: '#BF3512'red 191 ◦ green 53 ◦ blue 18
Shades of Harley Davidson Orange #BF3512
Tints of Harley Davidson Orange #BF3512
RGB
CMYK
RGB Variations
Color information
#BF3512 (or 0xBF3512) is known color: Harley Davidson Orange. HEX triplet: BF, 35 and 12. RGB value is (191,53,18). Sum of RGB (Red+Green+Blue) = 191+53+18=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3512 is #40CAED. Grayscale: #5A5A5A. Windows color (decimal): -4246254 or 1193407. OLE color: 1193407.
HSL color Cylindrical-coordinate representation of color #BF3512: hue angle of 12.14º 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 #BF3512 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 53 | 18 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.25 |
| HSL | 12.14º | 0.83% | 0.41% | - |
| HSV(B) | 12.14º | 0.91% | 0.75% | - |
| XYZ | 22.87 | 13.67 | 2 | - |
| YUV | 90.27 | 87.22 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 53 | 18 | 0 | 0.72 | 0.91 | 0.25 | 12.14 | 0.83 | 0.41 |
| Hex | BF | 35 | 12 | 0 | 48 | 5B | 19 | C | 53 | 29 |
| Octal | 277 | 65 | 22 | 0 | 110 | 133 | 31 | 14 | 123 | 51 |
| Binary | 10111111 | 110101 | 10010 | 0 | 1001000 | 1011011 | 11001 | 1100 | 1010011 | 101001 |
Color Harmonies of #BF3512
Complementary color
Monochromatic Colors of #BF3512
Black with #BF3512
Text Example
Text Example
White with #BF3512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3512; }
p { color: rgb(191,53,18); }
H1.HeaderClassName
{
color: #BF3512;
}
.AnyTagClassName
{
color: #BF3512;
}
</style>
background-color css
<style>
a { background-color: #BF3512; }
a { background-color: rgb(191,53,18); }
div.DivClassName
{
background-color: #BF3512;
}
.BgClassName
{
background-color: #BF3512;
}
</style>
border-color css
<style>
span { border-color: #BF3512; }
span { border-color: rgb(191,53,18); }
td.TdClassName
{
border-color: #BF3512;
}
.TagClassName
{
border-color: #BF3512;
}
</style>