Html Css Color HEX #BF2008 Harley Davidson Orange
📋 copy color: '#BF2008'red 191 ◦ green 32 ◦ blue 8
Shades of Harley Davidson Orange #BF2008
Tints of Harley Davidson Orange #BF2008
RGB
CMYK
RGB Variations
Color information
#BF2008 (or 0xBF2008) is known color: Harley Davidson Orange. HEX triplet: BF, 20 and 08. RGB value is (191,32,8). Sum of RGB (Red+Green+Blue) = 191+32+8=231 (30% of max value = 765). Red value is 191 (75% from 255 or 82.68% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2008 is #40DFF7. Grayscale: #4D4D4D. Windows color (decimal): -4251640 or 532671. OLE color: 532671.
HSL color Cylindrical-coordinate representation of color #BF2008: hue angle of 7.87º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF2008 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.25 |
| HSL | 7.87º | 0.92% | 0.39% | - |
| HSV(B) | 7.87º | 0.96% | 0.75% | - |
| XYZ | 22.05 | 12.13 | 1.41 | - |
| YUV | 76.81 | 89.18 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 8 | 0 | 0.83 | 0.96 | 0.25 | 7.87 | 0.92 | 0.39 |
| Hex | BF | 20 | 8 | 0 | 53 | 60 | 19 | 8 | 5C | 27 |
| Octal | 277 | 40 | 10 | 0 | 123 | 140 | 31 | 10 | 134 | 47 |
| Binary | 10111111 | 100000 | 1000 | 0 | 1010011 | 1100000 | 11001 | 1000 | 1011100 | 100111 |
Color Harmonies of #BF2008
Complementary color
Monochromatic Colors of #BF2008
Black with #BF2008
Text Example
Text Example
White with #BF2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2008; }
p { color: rgb(191,32,8); }
H1.HeaderClassName
{
color: #BF2008;
}
.AnyTagClassName
{
color: #BF2008;
}
</style>
background-color css
<style>
a { background-color: #BF2008; }
a { background-color: rgb(191,32,8); }
div.DivClassName
{
background-color: #BF2008;
}
.BgClassName
{
background-color: #BF2008;
}
</style>
border-color css
<style>
span { border-color: #BF2008; }
span { border-color: rgb(191,32,8); }
td.TdClassName
{
border-color: #BF2008;
}
.TagClassName
{
border-color: #BF2008;
}
</style>