Html Css Color HEX #BF320C Harley Davidson Orange
📋 copy color: '#BF320C'red 191 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #BF320C
Tints of Harley Davidson Orange #BF320C
RGB
CMYK
RGB Variations
Color information
#BF320C (or 0xBF320C) is known color: Harley Davidson Orange. HEX triplet: BF, 32 and 0C. RGB value is (191,50,12). Sum of RGB (Red+Green+Blue) = 191+50+12=253 (33% of max value = 765). Red value is 191 (75% from 255 or 75.49% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 191 - color contains mainly: red. Hex color #BF320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF320C is #40CDF3. Grayscale: #585858. Windows color (decimal): -4247028 or 799423. OLE color: 799423.
HSL color Cylindrical-coordinate representation of color #BF320C: hue angle of 12.74º 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 #BF320C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.25 |
| HSL | 12.74º | 0.88% | 0.4% | - |
| HSV(B) | 12.74º | 0.94% | 0.75% | - |
| XYZ | 22.69 | 13.38 | 1.74 | - |
| YUV | 87.83 | 85.21 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 12 | 0 | 0.74 | 0.94 | 0.25 | 12.74 | 0.88 | 0.4 |
| Hex | BF | 32 | C | 0 | 4A | 5E | 19 | D | 58 | 28 |
| Octal | 277 | 62 | 14 | 0 | 112 | 136 | 31 | 15 | 130 | 50 |
| Binary | 10111111 | 110010 | 1100 | 0 | 1001010 | 1011110 | 11001 | 1101 | 1011000 | 101000 |
Color Harmonies of #BF320C
Complementary color
Monochromatic Colors of #BF320C
Black with #BF320C
Text Example
Text Example
White with #BF320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF320C; }
p { color: rgb(191,50,12); }
H1.HeaderClassName
{
color: #BF320C;
}
.AnyTagClassName
{
color: #BF320C;
}
</style>
background-color css
<style>
a { background-color: #BF320C; }
a { background-color: rgb(191,50,12); }
div.DivClassName
{
background-color: #BF320C;
}
.BgClassName
{
background-color: #BF320C;
}
</style>
border-color css
<style>
span { border-color: #BF320C; }
span { border-color: rgb(191,50,12); }
td.TdClassName
{
border-color: #BF320C;
}
.TagClassName
{
border-color: #BF320C;
}
</style>