Html Css Color HEX #BF3211 Harley Davidson Orange
📋 copy color: '#BF3211'red 191 ◦ green 50 ◦ blue 17
Shades of Harley Davidson Orange #BF3211
Tints of Harley Davidson Orange #BF3211
RGB
CMYK
RGB Variations
Color information
#BF3211 (or 0xBF3211) is known color: Harley Davidson Orange. HEX triplet: BF, 32 and 11. RGB value is (191,50,17). Sum of RGB (Red+Green+Blue) = 191+50+17=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3211 is #40CDEE. Grayscale: #585858. Windows color (decimal): -4247023 or 1127103. OLE color: 1127103.
HSL color Cylindrical-coordinate representation of color #BF3211: hue angle of 11.38º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF3211 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 17 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.25 |
| HSL | 11.38º | 0.84% | 0.41% | - |
| HSV(B) | 11.38º | 0.91% | 0.75% | - |
| XYZ | 22.73 | 13.4 | 1.92 | - |
| YUV | 88.4 | 87.71 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 17 | 0 | 0.74 | 0.91 | 0.25 | 11.38 | 0.84 | 0.41 |
| Hex | BF | 32 | 11 | 0 | 4A | 5B | 19 | B | 54 | 29 |
| Octal | 277 | 62 | 21 | 0 | 112 | 133 | 31 | 13 | 124 | 51 |
| Binary | 10111111 | 110010 | 10001 | 0 | 1001010 | 1011011 | 11001 | 1011 | 1010100 | 101001 |
Color Harmonies of #BF3211
Complementary color
Monochromatic Colors of #BF3211
Black with #BF3211
Text Example
Text Example
White with #BF3211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3211; }
p { color: rgb(191,50,17); }
H1.HeaderClassName
{
color: #BF3211;
}
.AnyTagClassName
{
color: #BF3211;
}
</style>
background-color css
<style>
a { background-color: #BF3211; }
a { background-color: rgb(191,50,17); }
div.DivClassName
{
background-color: #BF3211;
}
.BgClassName
{
background-color: #BF3211;
}
</style>
border-color css
<style>
span { border-color: #BF3211; }
span { border-color: rgb(191,50,17); }
td.TdClassName
{
border-color: #BF3211;
}
.TagClassName
{
border-color: #BF3211;
}
</style>