Html Css Color HEX #BF3100 Harley Davidson Orange
📋 copy color: '#BF3100'red 191 ◦ green 49 ◦ blue 0
Shades of Harley Davidson Orange #BF3100
Tints of Harley Davidson Orange #BF3100
RGB
CMYK
RGB Variations
Color information
#BF3100 (or 0xBF3100) is known color: Harley Davidson Orange. HEX triplet: BF, 31 and 00. RGB value is (191,49,0). Sum of RGB (Red+Green+Blue) = 191+49+0=240 (31% of max value = 765). Red value is 191 (75% from 255 or 79.58% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3100 is #40CEFF. Grayscale: #565656. Windows color (decimal): -4247296 or 12735. OLE color: 12735.
HSL color Cylindrical-coordinate representation of color #BF3100: hue angle of 15.39º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF3100 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 49 | 0 | - |
CMYK | 0 | 0.74 | 1 | 0.25 |
HSL | 15.39º | 1% | 0.37% | - |
HSV(B) | 15.39º | 1% | 0.75% | - |
XYZ | 22.58 | 13.27 | 1.37 | - |
YUV | 85.87 | 79.54 | 202.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 49 | 0 | 0 | 0.74 | 1 | 0.25 | 15.39 | 1 | 0.37 |
Hex | BF | 31 | 0 | 0 | 4A | 64 | 19 | F | 64 | 25 |
Octal | 277 | 61 | 0 | 0 | 112 | 144 | 31 | 17 | 144 | 45 |
Binary | 10111111 | 110001 | 0 | 0 | 1001010 | 1100100 | 11001 | 1111 | 1100100 | 100101 |
Color Harmonies of #BF3100
Complementary color
Monochromatic Colors of #BF3100
Black with #BF3100
Text Example
Text Example
White with #BF3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3100; }
p { color: rgb(191,49,0); }
H1.HeaderClassName
{
color: #BF3100;
}
.AnyTagClassName
{
color: #BF3100;
}
</style>
background-color css
<style>
a { background-color: #BF3100; }
a { background-color: rgb(191,49,0); }
div.DivClassName
{
background-color: #BF3100;
}
.BgClassName
{
background-color: #BF3100;
}
</style>
border-color css
<style>
span { border-color: #BF3100; }
span { border-color: rgb(191,49,0); }
td.TdClassName
{
border-color: #BF3100;
}
.TagClassName
{
border-color: #BF3100;
}
</style>