Html Css Color HEX #BF220B Harley Davidson Orange
📋 copy color: '#BF220B'red 191 ◦ green 34 ◦ blue 11
Shades of Harley Davidson Orange #BF220B
Tints of Harley Davidson Orange #BF220B
RGB
CMYK
RGB Variations
Color information
#BF220B (or 0xBF220B) is known color: Harley Davidson Orange. HEX triplet: BF, 22 and 0B. RGB value is (191,34,11). Sum of RGB (Red+Green+Blue) = 191+34+11=236 (31% of max value = 765). Red value is 191 (75% from 255 or 80.93% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 191 - color contains mainly: red. Hex color #BF220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF220B is #40DDF4. Grayscale: #4E4E4E. Windows color (decimal): -4251125 or 729791. OLE color: 729791.
HSL color Cylindrical-coordinate representation of color #BF220B: hue angle of 7.67º 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 #BF220B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.25 |
| HSL | 7.67º | 0.89% | 0.4% | - |
| HSV(B) | 7.67º | 0.94% | 0.75% | - |
| XYZ | 22.12 | 12.24 | 1.51 | - |
| YUV | 78.32 | 90.01 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 11 | 0 | 0.82 | 0.94 | 0.25 | 7.67 | 0.89 | 0.4 |
| Hex | BF | 22 | B | 0 | 52 | 5E | 19 | 8 | 59 | 28 |
| Octal | 277 | 42 | 13 | 0 | 122 | 136 | 31 | 10 | 131 | 50 |
| Binary | 10111111 | 100010 | 1011 | 0 | 1010010 | 1011110 | 11001 | 1000 | 1011001 | 101000 |
Color Harmonies of #BF220B
Complementary color
Monochromatic Colors of #BF220B
Black with #BF220B
Text Example
Text Example
White with #BF220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF220B; }
p { color: rgb(191,34,11); }
H1.HeaderClassName
{
color: #BF220B;
}
.AnyTagClassName
{
color: #BF220B;
}
</style>
background-color css
<style>
a { background-color: #BF220B; }
a { background-color: rgb(191,34,11); }
div.DivClassName
{
background-color: #BF220B;
}
.BgClassName
{
background-color: #BF220B;
}
</style>
border-color css
<style>
span { border-color: #BF220B; }
span { border-color: rgb(191,34,11); }
td.TdClassName
{
border-color: #BF220B;
}
.TagClassName
{
border-color: #BF220B;
}
</style>