Html Css Color HEX #BF200B Harley Davidson Orange
📋 copy color: '#BF200B'red 191 ◦ green 32 ◦ blue 11
Shades of Harley Davidson Orange #BF200B
Tints of Harley Davidson Orange #BF200B
RGB
CMYK
RGB Variations
Color information
#BF200B (or 0xBF200B) is known color: Harley Davidson Orange. HEX triplet: BF, 20 and 0B. RGB value is (191,32,11). Sum of RGB (Red+Green+Blue) = 191+32+11=234 (30% of max value = 765). Red value is 191 (75% from 255 or 81.62% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 191 - color contains mainly: red. Hex color #BF200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF200B is #40DFF4. Grayscale: #4D4D4D. Windows color (decimal): -4251637 or 729279. OLE color: 729279.
HSL color Cylindrical-coordinate representation of color #BF200B: hue angle of 7º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF200B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 11 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.25 |
| HSL | 7º | 0.89% | 0.4% | - |
| HSV(B) | 7º | 0.94% | 0.75% | - |
| XYZ | 22.06 | 12.13 | 1.5 | - |
| YUV | 77.15 | 90.68 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 11 | 0 | 0.83 | 0.94 | 0.25 | 7 | 0.89 | 0.4 |
| Hex | BF | 20 | B | 0 | 53 | 5E | 19 | 7 | 59 | 28 |
| Octal | 277 | 40 | 13 | 0 | 123 | 136 | 31 | 7 | 131 | 50 |
| Binary | 10111111 | 100000 | 1011 | 0 | 1010011 | 1011110 | 11001 | 111 | 1011001 | 101000 |
Color Harmonies of #BF200B
Complementary color
Monochromatic Colors of #BF200B
Black with #BF200B
Text Example
Text Example
White with #BF200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF200B; }
p { color: rgb(191,32,11); }
H1.HeaderClassName
{
color: #BF200B;
}
.AnyTagClassName
{
color: #BF200B;
}
</style>
background-color css
<style>
a { background-color: #BF200B; }
a { background-color: rgb(191,32,11); }
div.DivClassName
{
background-color: #BF200B;
}
.BgClassName
{
background-color: #BF200B;
}
</style>
border-color css
<style>
span { border-color: #BF200B; }
span { border-color: rgb(191,32,11); }
td.TdClassName
{
border-color: #BF200B;
}
.TagClassName
{
border-color: #BF200B;
}
</style>