Html Css Color HEX #BF360C Harley Davidson Orange
📋 copy color: '#BF360C'red 191 ◦ green 54 ◦ blue 12
Shades of Harley Davidson Orange #BF360C
Tints of Harley Davidson Orange #BF360C
RGB
CMYK
RGB Variations
Color information
#BF360C (or 0xBF360C) is known color: Harley Davidson Orange. HEX triplet: BF, 36 and 0C. RGB value is (191,54,12). Sum of RGB (Red+Green+Blue) = 191+54+12=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF360C is #40C9F3. Grayscale: #5A5A5A. Windows color (decimal): -4246004 or 800447. OLE color: 800447.
HSL color Cylindrical-coordinate representation of color #BF360C: hue angle of 14.08º 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 #BF360C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 54 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.25 |
| HSL | 14.08º | 0.88% | 0.4% | - |
| HSV(B) | 14.08º | 0.94% | 0.75% | - |
| XYZ | 22.87 | 13.74 | 1.79 | - |
| YUV | 90.18 | 83.89 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 12 | 0 | 0.72 | 0.94 | 0.25 | 14.08 | 0.88 | 0.4 |
| Hex | BF | 36 | C | 0 | 48 | 5E | 19 | E | 58 | 28 |
| Octal | 277 | 66 | 14 | 0 | 110 | 136 | 31 | 16 | 130 | 50 |
| Binary | 10111111 | 110110 | 1100 | 0 | 1001000 | 1011110 | 11001 | 1110 | 1011000 | 101000 |
Color Harmonies of #BF360C
Complementary color
Monochromatic Colors of #BF360C
Black with #BF360C
Text Example
Text Example
White with #BF360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF360C; }
p { color: rgb(191,54,12); }
H1.HeaderClassName
{
color: #BF360C;
}
.AnyTagClassName
{
color: #BF360C;
}
</style>
background-color css
<style>
a { background-color: #BF360C; }
a { background-color: rgb(191,54,12); }
div.DivClassName
{
background-color: #BF360C;
}
.BgClassName
{
background-color: #BF360C;
}
</style>
border-color css
<style>
span { border-color: #BF360C; }
span { border-color: rgb(191,54,12); }
td.TdClassName
{
border-color: #BF360C;
}
.TagClassName
{
border-color: #BF360C;
}
</style>