Html Css Color HEX #BF320A Harley Davidson Orange
📋 copy color: '#BF320A'red 191 ◦ green 50 ◦ blue 10
Shades of Harley Davidson Orange #BF320A
Tints of Harley Davidson Orange #BF320A
RGB
CMYK
RGB Variations
Color information
#BF320A (or 0xBF320A) is known color: Harley Davidson Orange. HEX triplet: BF, 32 and 0A. RGB value is (191,50,10). Sum of RGB (Red+Green+Blue) = 191+50+10=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF320A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF320A is #40CDF5. Grayscale: #575757. Windows color (decimal): -4247030 or 668351. OLE color: 668351.
HSL color Cylindrical-coordinate representation of color #BF320A: hue angle of 13.26º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF320A is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 10 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.25 |
| HSL | 13.26º | 0.9% | 0.39% | - |
| HSV(B) | 13.26º | 0.95% | 0.75% | - |
| XYZ | 22.68 | 13.38 | 1.67 | - |
| YUV | 87.6 | 84.21 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 10 | 0 | 0.74 | 0.95 | 0.25 | 13.26 | 0.9 | 0.39 |
| Hex | BF | 32 | A | 0 | 4A | 5F | 19 | D | 5A | 27 |
| Octal | 277 | 62 | 12 | 0 | 112 | 137 | 31 | 15 | 132 | 47 |
| Binary | 10111111 | 110010 | 1010 | 0 | 1001010 | 1011111 | 11001 | 1101 | 1011010 | 100111 |
Color Harmonies of #BF320A
Complementary color
Monochromatic Colors of #BF320A
Black with #BF320A
Text Example
Text Example
White with #BF320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF320A; }
p { color: rgb(191,50,10); }
H1.HeaderClassName
{
color: #BF320A;
}
.AnyTagClassName
{
color: #BF320A;
}
</style>
background-color css
<style>
a { background-color: #BF320A; }
a { background-color: rgb(191,50,10); }
div.DivClassName
{
background-color: #BF320A;
}
.BgClassName
{
background-color: #BF320A;
}
</style>
border-color css
<style>
span { border-color: #BF320A; }
span { border-color: rgb(191,50,10); }
td.TdClassName
{
border-color: #BF320A;
}
.TagClassName
{
border-color: #BF320A;
}
</style>