Html Css Color HEX #BF3914 Harley Davidson Orange
📋 copy color: '#BF3914'red 191 ◦ green 57 ◦ blue 20
Shades of Harley Davidson Orange #BF3914
Tints of Harley Davidson Orange #BF3914
RGB
CMYK
RGB Variations
Color information
#BF3914 (or 0xBF3914) is known color: Harley Davidson Orange. HEX triplet: BF, 39 and 14. RGB value is (191,57,20). Sum of RGB (Red+Green+Blue) = 191+57+20=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3914 is #40C6EB. Grayscale: #5D5D5D. Windows color (decimal): -4245228 or 1325503. OLE color: 1325503.
HSL color Cylindrical-coordinate representation of color #BF3914: hue angle of 12.98º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF3914 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 57 | 20 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.25 |
| HSL | 12.98º | 0.81% | 0.41% | - |
| HSV(B) | 12.98º | 0.9% | 0.75% | - |
| XYZ | 23.08 | 14.05 | 2.16 | - |
| YUV | 92.85 | 86.89 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 57 | 20 | 0 | 0.70 | 0.90 | 0.25 | 12.98 | 0.81 | 0.41 |
| Hex | BF | 39 | 14 | 0 | 46 | 5A | 19 | D | 51 | 29 |
| Octal | 277 | 71 | 24 | 0 | 106 | 132 | 31 | 15 | 121 | 51 |
| Binary | 10111111 | 111001 | 10100 | 0 | 1000110 | 1011010 | 11001 | 1101 | 1010001 | 101001 |
Color Harmonies of #BF3914
Complementary color
Monochromatic Colors of #BF3914
Black with #BF3914
Text Example
Text Example
White with #BF3914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3914; }
p { color: rgb(191,57,20); }
H1.HeaderClassName
{
color: #BF3914;
}
.AnyTagClassName
{
color: #BF3914;
}
</style>
background-color css
<style>
a { background-color: #BF3914; }
a { background-color: rgb(191,57,20); }
div.DivClassName
{
background-color: #BF3914;
}
.BgClassName
{
background-color: #BF3914;
}
</style>
border-color css
<style>
span { border-color: #BF3914; }
span { border-color: rgb(191,57,20); }
td.TdClassName
{
border-color: #BF3914;
}
.TagClassName
{
border-color: #BF3914;
}
</style>