Html Css Color HEX #BF3E20 Harley Davidson Orange
📋 copy color: '#BF3E20'red 191 ◦ green 62 ◦ blue 32
Shades of Harley Davidson Orange #BF3E20
Tints of Harley Davidson Orange #BF3E20
RGB
CMYK
RGB Variations
Color information
#BF3E20 (or 0xBF3E20) is known color: Harley Davidson Orange. HEX triplet: BF, 3E and 20. RGB value is (191,62,32). Sum of RGB (Red+Green+Blue) = 191+62+32=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3E20 is #40C1DF. Grayscale: #616161. Windows color (decimal): -4243936 or 2113215. OLE color: 2113215.
HSL color Cylindrical-coordinate representation of color #BF3E20: hue angle of 11.32º 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 #BF3E20 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 32 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.25 |
| HSL | 11.32º | 0.71% | 0.44% | - |
| HSV(B) | 11.32º | 0.83% | 0.75% | - |
| XYZ | 23.47 | 14.63 | 2.95 | - |
| YUV | 97.15 | 91.24 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 32 | 0 | 0.68 | 0.83 | 0.25 | 11.32 | 0.71 | 0.44 |
| Hex | BF | 3E | 20 | 0 | 44 | 53 | 19 | B | 47 | 2C |
| Octal | 277 | 76 | 40 | 0 | 104 | 123 | 31 | 13 | 107 | 54 |
| Binary | 10111111 | 111110 | 100000 | 0 | 1000100 | 1010011 | 11001 | 1011 | 1000111 | 101100 |
Color Harmonies of #BF3E20
Complementary color
Monochromatic Colors of #BF3E20
Black with #BF3E20
Text Example
Text Example
White with #BF3E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E20; }
p { color: rgb(191,62,32); }
H1.HeaderClassName
{
color: #BF3E20;
}
.AnyTagClassName
{
color: #BF3E20;
}
</style>
background-color css
<style>
a { background-color: #BF3E20; }
a { background-color: rgb(191,62,32); }
div.DivClassName
{
background-color: #BF3E20;
}
.BgClassName
{
background-color: #BF3E20;
}
</style>
border-color css
<style>
span { border-color: #BF3E20; }
span { border-color: rgb(191,62,32); }
td.TdClassName
{
border-color: #BF3E20;
}
.TagClassName
{
border-color: #BF3E20;
}
</style>