Html Css Color HEX #BF2D0C Harley Davidson Orange
📋 copy color: '#BF2D0C'red 191 ◦ green 45 ◦ blue 12
Shades of Harley Davidson Orange #BF2D0C
Tints of Harley Davidson Orange #BF2D0C
RGB
CMYK
RGB Variations
Color information
#BF2D0C (or 0xBF2D0C) is known color: Harley Davidson Orange. HEX triplet: BF, 2D and 0C. RGB value is (191,45,12). Sum of RGB (Red+Green+Blue) = 191+45+12=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2D0C is #40D2F3. Grayscale: #555555. Windows color (decimal): -4248308 or 798143. OLE color: 798143.
HSL color Cylindrical-coordinate representation of color #BF2D0C: hue angle of 11.06º 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 #BF2D0C is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 12 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.25 |
| HSL | 11.06º | 0.88% | 0.4% | - |
| HSV(B) | 11.06º | 0.94% | 0.75% | - |
| XYZ | 22.49 | 12.98 | 1.67 | - |
| YUV | 84.89 | 86.87 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 12 | 0 | 0.76 | 0.94 | 0.25 | 11.06 | 0.88 | 0.4 |
| Hex | BF | 2D | C | 0 | 4C | 5E | 19 | B | 58 | 28 |
| Octal | 277 | 55 | 14 | 0 | 114 | 136 | 31 | 13 | 130 | 50 |
| Binary | 10111111 | 101101 | 1100 | 0 | 1001100 | 1011110 | 11001 | 1011 | 1011000 | 101000 |
Color Harmonies of #BF2D0C
Complementary color
Monochromatic Colors of #BF2D0C
Black with #BF2D0C
Text Example
Text Example
White with #BF2D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D0C; }
p { color: rgb(191,45,12); }
H1.HeaderClassName
{
color: #BF2D0C;
}
.AnyTagClassName
{
color: #BF2D0C;
}
</style>
background-color css
<style>
a { background-color: #BF2D0C; }
a { background-color: rgb(191,45,12); }
div.DivClassName
{
background-color: #BF2D0C;
}
.BgClassName
{
background-color: #BF2D0C;
}
</style>
border-color css
<style>
span { border-color: #BF2D0C; }
span { border-color: rgb(191,45,12); }
td.TdClassName
{
border-color: #BF2D0C;
}
.TagClassName
{
border-color: #BF2D0C;
}
</style>