Html Css Color HEX #BF360B Harley Davidson Orange
📋 copy color: '#BF360B'red 191 ◦ green 54 ◦ blue 11
Shades of Harley Davidson Orange #BF360B
Tints of Harley Davidson Orange #BF360B
RGB
CMYK
RGB Variations
Color information
#BF360B (or 0xBF360B) is known color: Harley Davidson Orange. HEX triplet: BF, 36 and 0B. RGB value is (191,54,11). Sum of RGB (Red+Green+Blue) = 191+54+11=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF360B is #40C9F4. Grayscale: #5A5A5A. Windows color (decimal): -4246005 or 734911. OLE color: 734911.
HSL color Cylindrical-coordinate representation of color #BF360B: hue angle of 14.33º 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 #BF360B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 54 | 11 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.25 |
| HSL | 14.33º | 0.89% | 0.4% | - |
| HSV(B) | 14.33º | 0.94% | 0.75% | - |
| XYZ | 22.87 | 13.74 | 1.76 | - |
| YUV | 90.06 | 83.39 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 11 | 0 | 0.72 | 0.94 | 0.25 | 14.33 | 0.89 | 0.4 |
| Hex | BF | 36 | B | 0 | 48 | 5E | 19 | E | 59 | 28 |
| Octal | 277 | 66 | 13 | 0 | 110 | 136 | 31 | 16 | 131 | 50 |
| Binary | 10111111 | 110110 | 1011 | 0 | 1001000 | 1011110 | 11001 | 1110 | 1011001 | 101000 |
Color Harmonies of #BF360B
Complementary color
Monochromatic Colors of #BF360B
Black with #BF360B
Text Example
Text Example
White with #BF360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF360B; }
p { color: rgb(191,54,11); }
H1.HeaderClassName
{
color: #BF360B;
}
.AnyTagClassName
{
color: #BF360B;
}
</style>
background-color css
<style>
a { background-color: #BF360B; }
a { background-color: rgb(191,54,11); }
div.DivClassName
{
background-color: #BF360B;
}
.BgClassName
{
background-color: #BF360B;
}
</style>
border-color css
<style>
span { border-color: #BF360B; }
span { border-color: rgb(191,54,11); }
td.TdClassName
{
border-color: #BF360B;
}
.TagClassName
{
border-color: #BF360B;
}
</style>