Html Css Color HEX #BF4020 Harley Davidson Orange
📋 copy color: '#BF4020'red 191 ◦ green 64 ◦ blue 32
Shades of Harley Davidson Orange #BF4020
Tints of Harley Davidson Orange #BF4020
RGB
CMYK
RGB Variations
Color information
#BF4020 (or 0xBF4020) is known color: Harley Davidson Orange. HEX triplet: BF, 40 and 20. RGB value is (191,64,32). Sum of RGB (Red+Green+Blue) = 191+64+32=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4020 is #40BFDF. Grayscale: #626262. Windows color (decimal): -4243424 or 2113727. OLE color: 2113727.
HSL color Cylindrical-coordinate representation of color #BF4020: hue angle of 12.08º 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 #BF4020 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 32 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.25 |
| HSL | 12.08º | 0.71% | 0.44% | - |
| HSV(B) | 12.08º | 0.83% | 0.75% | - |
| XYZ | 23.58 | 14.85 | 2.99 | - |
| YUV | 98.33 | 90.58 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 32 | 0 | 0.66 | 0.83 | 0.25 | 12.08 | 0.71 | 0.44 |
| Hex | BF | 40 | 20 | 0 | 42 | 53 | 19 | C | 47 | 2C |
| Octal | 277 | 100 | 40 | 0 | 102 | 123 | 31 | 14 | 107 | 54 |
| Binary | 10111111 | 1000000 | 100000 | 0 | 1000010 | 1010011 | 11001 | 1100 | 1000111 | 101100 |
Color Harmonies of #BF4020
Complementary color
Monochromatic Colors of #BF4020
Black with #BF4020
Text Example
Text Example
White with #BF4020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4020; }
p { color: rgb(191,64,32); }
H1.HeaderClassName
{
color: #BF4020;
}
.AnyTagClassName
{
color: #BF4020;
}
</style>
background-color css
<style>
a { background-color: #BF4020; }
a { background-color: rgb(191,64,32); }
div.DivClassName
{
background-color: #BF4020;
}
.BgClassName
{
background-color: #BF4020;
}
</style>
border-color css
<style>
span { border-color: #BF4020; }
span { border-color: rgb(191,64,32); }
td.TdClassName
{
border-color: #BF4020;
}
.TagClassName
{
border-color: #BF4020;
}
</style>