Html Css Color HEX #BF4120 Harley Davidson Orange
📋 copy color: '#BF4120'red 191 ◦ green 65 ◦ blue 32
Shades of Harley Davidson Orange #BF4120
Tints of Harley Davidson Orange #BF4120
RGB
CMYK
RGB Variations
Color information
#BF4120 (or 0xBF4120) is known color: Harley Davidson Orange. HEX triplet: BF, 41 and 20. RGB value is (191,65,32). Sum of RGB (Red+Green+Blue) = 191+65+32=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4120 is #40BEDF. Grayscale: #636363. Windows color (decimal): -4243168 or 2113983. OLE color: 2113983.
HSL color Cylindrical-coordinate representation of color #BF4120: hue angle of 12.45º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF4120 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 32 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.25 |
| HSL | 12.45º | 0.71% | 0.44% | - |
| HSV(B) | 12.45º | 0.83% | 0.75% | - |
| XYZ | 23.64 | 14.96 | 3.01 | - |
| YUV | 98.91 | 90.24 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 32 | 0 | 0.66 | 0.83 | 0.25 | 12.45 | 0.71 | 0.44 |
| Hex | BF | 41 | 20 | 0 | 42 | 53 | 19 | C | 47 | 2C |
| Octal | 277 | 101 | 40 | 0 | 102 | 123 | 31 | 14 | 107 | 54 |
| Binary | 10111111 | 1000001 | 100000 | 0 | 1000010 | 1010011 | 11001 | 1100 | 1000111 | 101100 |
Color Harmonies of #BF4120
Complementary color
Monochromatic Colors of #BF4120
Black with #BF4120
Text Example
Text Example
White with #BF4120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4120; }
p { color: rgb(191,65,32); }
H1.HeaderClassName
{
color: #BF4120;
}
.AnyTagClassName
{
color: #BF4120;
}
</style>
background-color css
<style>
a { background-color: #BF4120; }
a { background-color: rgb(191,65,32); }
div.DivClassName
{
background-color: #BF4120;
}
.BgClassName
{
background-color: #BF4120;
}
</style>
border-color css
<style>
span { border-color: #BF4120; }
span { border-color: rgb(191,65,32); }
td.TdClassName
{
border-color: #BF4120;
}
.TagClassName
{
border-color: #BF4120;
}
</style>