Html Css Color HEX #BF3D1E Harley Davidson Orange
📋 copy color: '#BF3D1E'red 191 ◦ green 61 ◦ blue 30
Shades of Harley Davidson Orange #BF3D1E
Tints of Harley Davidson Orange #BF3D1E
RGB
CMYK
RGB Variations
Color information
#BF3D1E (or 0xBF3D1E) is known color: Harley Davidson Orange. HEX triplet: BF, 3D and 1E. RGB value is (191,61,30). Sum of RGB (Red+Green+Blue) = 191+61+30=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3D1E is #40C2E1. Grayscale: #606060. Windows color (decimal): -4244194 or 1981887. OLE color: 1981887.
HSL color Cylindrical-coordinate representation of color #BF3D1E: hue angle of 11.55º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF3D1E is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 61 | 30 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.25 |
| HSL | 11.55º | 0.73% | 0.43% | - |
| HSV(B) | 11.55º | 0.84% | 0.75% | - |
| XYZ | 23.39 | 14.51 | 2.8 | - |
| YUV | 96.34 | 90.57 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 61 | 30 | 0 | 0.68 | 0.84 | 0.25 | 11.55 | 0.73 | 0.43 |
| Hex | BF | 3D | 1E | 0 | 44 | 54 | 19 | C | 49 | 2B |
| Octal | 277 | 75 | 36 | 0 | 104 | 124 | 31 | 14 | 111 | 53 |
| Binary | 10111111 | 111101 | 11110 | 0 | 1000100 | 1010100 | 11001 | 1100 | 1001001 | 101011 |
Color Harmonies of #BF3D1E
Complementary color
Monochromatic Colors of #BF3D1E
Black with #BF3D1E
Text Example
Text Example
White with #BF3D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3D1E; }
p { color: rgb(191,61,30); }
H1.HeaderClassName
{
color: #BF3D1E;
}
.AnyTagClassName
{
color: #BF3D1E;
}
</style>
background-color css
<style>
a { background-color: #BF3D1E; }
a { background-color: rgb(191,61,30); }
div.DivClassName
{
background-color: #BF3D1E;
}
.BgClassName
{
background-color: #BF3D1E;
}
</style>
border-color css
<style>
span { border-color: #BF3D1E; }
span { border-color: rgb(191,61,30); }
td.TdClassName
{
border-color: #BF3D1E;
}
.TagClassName
{
border-color: #BF3D1E;
}
</style>