Html Css Color HEX #BF260C Harley Davidson Orange
📋 copy color: '#BF260C'red 191 ◦ green 38 ◦ blue 12
Shades of Harley Davidson Orange #BF260C
Tints of Harley Davidson Orange #BF260C
RGB
CMYK
RGB Variations
Color information
#BF260C (or 0xBF260C) is known color: Harley Davidson Orange. HEX triplet: BF, 26 and 0C. RGB value is (191,38,12). Sum of RGB (Red+Green+Blue) = 191+38+12=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF260C is #40D9F3. Grayscale: #515151. Windows color (decimal): -4250100 or 796351. OLE color: 796351.
HSL color Cylindrical-coordinate representation of color #BF260C: hue angle of 8.72º degrees, saturation: 0.88, 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 #BF260C is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 12 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.25 |
| HSL | 8.72º | 0.88% | 0.4% | - |
| HSV(B) | 8.72º | 0.94% | 0.75% | - |
| XYZ | 22.25 | 12.49 | 1.59 | - |
| YUV | 80.78 | 89.19 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 12 | 0 | 0.80 | 0.94 | 0.25 | 8.72 | 0.88 | 0.4 |
| Hex | BF | 26 | C | 0 | 50 | 5E | 19 | 9 | 58 | 28 |
| Octal | 277 | 46 | 14 | 0 | 120 | 136 | 31 | 11 | 130 | 50 |
| Binary | 10111111 | 100110 | 1100 | 0 | 1010000 | 1011110 | 11001 | 1001 | 1011000 | 101000 |
Color Harmonies of #BF260C
Complementary color
Monochromatic Colors of #BF260C
Black with #BF260C
Text Example
Text Example
White with #BF260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF260C; }
p { color: rgb(191,38,12); }
H1.HeaderClassName
{
color: #BF260C;
}
.AnyTagClassName
{
color: #BF260C;
}
</style>
background-color css
<style>
a { background-color: #BF260C; }
a { background-color: rgb(191,38,12); }
div.DivClassName
{
background-color: #BF260C;
}
.BgClassName
{
background-color: #BF260C;
}
</style>
border-color css
<style>
span { border-color: #BF260C; }
span { border-color: rgb(191,38,12); }
td.TdClassName
{
border-color: #BF260C;
}
.TagClassName
{
border-color: #BF260C;
}
</style>