Html Css Color HEX #BF3A20 Harley Davidson Orange
📋 copy color: '#BF3A20'red 191 ◦ green 58 ◦ blue 32
Shades of Harley Davidson Orange #BF3A20
Tints of Harley Davidson Orange #BF3A20
RGB
CMYK
RGB Variations
Color information
#BF3A20 (or 0xBF3A20) is known color: Harley Davidson Orange. HEX triplet: BF, 3A and 20. RGB value is (191,58,32). Sum of RGB (Red+Green+Blue) = 191+58+32=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A20 is #40C5DF. Grayscale: #5F5F5F. Windows color (decimal): -4244960 or 2112191. OLE color: 2112191.
HSL color Cylindrical-coordinate representation of color #BF3A20: hue angle of 9.81º 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 #BF3A20 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 32 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.25 |
| HSL | 9.81º | 0.71% | 0.44% | - |
| HSV(B) | 9.81º | 0.83% | 0.75% | - |
| XYZ | 23.26 | 14.21 | 2.88 | - |
| YUV | 94.8 | 92.56 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 32 | 0 | 0.70 | 0.83 | 0.25 | 9.81 | 0.71 | 0.44 |
| Hex | BF | 3A | 20 | 0 | 46 | 53 | 19 | A | 47 | 2C |
| Octal | 277 | 72 | 40 | 0 | 106 | 123 | 31 | 12 | 107 | 54 |
| Binary | 10111111 | 111010 | 100000 | 0 | 1000110 | 1010011 | 11001 | 1010 | 1000111 | 101100 |
Color Harmonies of #BF3A20
Complementary color
Monochromatic Colors of #BF3A20
Black with #BF3A20
Text Example
Text Example
White with #BF3A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A20; }
p { color: rgb(191,58,32); }
H1.HeaderClassName
{
color: #BF3A20;
}
.AnyTagClassName
{
color: #BF3A20;
}
</style>
background-color css
<style>
a { background-color: #BF3A20; }
a { background-color: rgb(191,58,32); }
div.DivClassName
{
background-color: #BF3A20;
}
.BgClassName
{
background-color: #BF3A20;
}
</style>
border-color css
<style>
span { border-color: #BF3A20; }
span { border-color: rgb(191,58,32); }
td.TdClassName
{
border-color: #BF3A20;
}
.TagClassName
{
border-color: #BF3A20;
}
</style>