Html Css Color HEX #BF320F Harley Davidson Orange
📋 copy color: '#BF320F'red 191 ◦ green 50 ◦ blue 15
Shades of Harley Davidson Orange #BF320F
Tints of Harley Davidson Orange #BF320F
RGB
CMYK
RGB Variations
Color information
#BF320F (or 0xBF320F) is known color: Harley Davidson Orange. HEX triplet: BF, 32 and 0F. RGB value is (191,50,15). Sum of RGB (Red+Green+Blue) = 191+50+15=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF320F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF320F is #40CDF0. Grayscale: #585858. Windows color (decimal): -4247025 or 996031. OLE color: 996031.
HSL color Cylindrical-coordinate representation of color #BF320F: hue angle of 11.93º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF320F is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 15 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.25 |
| HSL | 11.93º | 0.85% | 0.4% | - |
| HSV(B) | 11.93º | 0.92% | 0.75% | - |
| XYZ | 22.71 | 13.39 | 1.84 | - |
| YUV | 88.17 | 86.71 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 15 | 0 | 0.74 | 0.92 | 0.25 | 11.93 | 0.85 | 0.4 |
| Hex | BF | 32 | F | 0 | 4A | 5C | 19 | C | 55 | 28 |
| Octal | 277 | 62 | 17 | 0 | 112 | 134 | 31 | 14 | 125 | 50 |
| Binary | 10111111 | 110010 | 1111 | 0 | 1001010 | 1011100 | 11001 | 1100 | 1010101 | 101000 |
Color Harmonies of #BF320F
Complementary color
Monochromatic Colors of #BF320F
Black with #BF320F
Text Example
Text Example
White with #BF320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF320F; }
p { color: rgb(191,50,15); }
H1.HeaderClassName
{
color: #BF320F;
}
.AnyTagClassName
{
color: #BF320F;
}
</style>
background-color css
<style>
a { background-color: #BF320F; }
a { background-color: rgb(191,50,15); }
div.DivClassName
{
background-color: #BF320F;
}
.BgClassName
{
background-color: #BF320F;
}
</style>
border-color css
<style>
span { border-color: #BF320F; }
span { border-color: rgb(191,50,15); }
td.TdClassName
{
border-color: #BF320F;
}
.TagClassName
{
border-color: #BF320F;
}
</style>