Html Css Color HEX #BF260B Harley Davidson Orange
📋 copy color: '#BF260B'red 191 ◦ green 38 ◦ blue 11
Shades of Harley Davidson Orange #BF260B
Tints of Harley Davidson Orange #BF260B
RGB
CMYK
RGB Variations
Color information
#BF260B (or 0xBF260B) is known color: Harley Davidson Orange. HEX triplet: BF, 26 and 0B. RGB value is (191,38,11). Sum of RGB (Red+Green+Blue) = 191+38+11=240 (31% of max value = 765). Red value is 191 (75% from 255 or 79.58% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 191 - color contains mainly: red. Hex color #BF260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF260B is #40D9F4. Grayscale: #505050. Windows color (decimal): -4250101 or 730815. OLE color: 730815.
HSL color Cylindrical-coordinate representation of color #BF260B: hue angle of 9º 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 #BF260B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 11 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.25 |
| HSL | 9º | 0.89% | 0.4% | - |
| HSV(B) | 9º | 0.94% | 0.75% | - |
| XYZ | 22.24 | 12.49 | 1.55 | - |
| YUV | 80.67 | 88.69 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 11 | 0 | 0.80 | 0.94 | 0.25 | 9 | 0.89 | 0.4 |
| Hex | BF | 26 | B | 0 | 50 | 5E | 19 | 9 | 59 | 28 |
| Octal | 277 | 46 | 13 | 0 | 120 | 136 | 31 | 11 | 131 | 50 |
| Binary | 10111111 | 100110 | 1011 | 0 | 1010000 | 1011110 | 11001 | 1001 | 1011001 | 101000 |
Color Harmonies of #BF260B
Complementary color
Monochromatic Colors of #BF260B
Black with #BF260B
Text Example
Text Example
White with #BF260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF260B; }
p { color: rgb(191,38,11); }
H1.HeaderClassName
{
color: #BF260B;
}
.AnyTagClassName
{
color: #BF260B;
}
</style>
background-color css
<style>
a { background-color: #BF260B; }
a { background-color: rgb(191,38,11); }
div.DivClassName
{
background-color: #BF260B;
}
.BgClassName
{
background-color: #BF260B;
}
</style>
border-color css
<style>
span { border-color: #BF260B; }
span { border-color: rgb(191,38,11); }
td.TdClassName
{
border-color: #BF260B;
}
.TagClassName
{
border-color: #BF260B;
}
</style>