Html Css Color HEX #BF3203 Harley Davidson Orange
📋 copy color: '#BF3203'red 191 ◦ green 50 ◦ blue 3
Shades of Harley Davidson Orange #BF3203
Tints of Harley Davidson Orange #BF3203
RGB
CMYK
RGB Variations
Color information
#BF3203 (or 0xBF3203) is known color: Harley Davidson Orange. HEX triplet: BF, 32 and 03. RGB value is (191,50,3). Sum of RGB (Red+Green+Blue) = 191+50+3=244 (32% of max value = 765). Red value is 191 (75% from 255 or 78.28% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3203 is #40CDFC. Grayscale: #575757. Windows color (decimal): -4247037 or 209599. OLE color: 209599.
HSL color Cylindrical-coordinate representation of color #BF3203: hue angle of 15º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF3203 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 3 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.25 |
| HSL | 15º | 0.97% | 0.38% | - |
| HSV(B) | 15º | 0.98% | 0.75% | - |
| XYZ | 22.64 | 13.36 | 1.47 | - |
| YUV | 86.8 | 80.71 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 3 | 0 | 0.74 | 0.98 | 0.25 | 15 | 0.97 | 0.38 |
| Hex | BF | 32 | 3 | 0 | 4A | 62 | 19 | F | 61 | 26 |
| Octal | 277 | 62 | 3 | 0 | 112 | 142 | 31 | 17 | 141 | 46 |
| Binary | 10111111 | 110010 | 11 | 0 | 1001010 | 1100010 | 11001 | 1111 | 1100001 | 100110 |
Color Harmonies of #BF3203
Complementary color
Monochromatic Colors of #BF3203
Black with #BF3203
Text Example
Text Example
White with #BF3203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3203; }
p { color: rgb(191,50,3); }
H1.HeaderClassName
{
color: #BF3203;
}
.AnyTagClassName
{
color: #BF3203;
}
</style>
background-color css
<style>
a { background-color: #BF3203; }
a { background-color: rgb(191,50,3); }
div.DivClassName
{
background-color: #BF3203;
}
.BgClassName
{
background-color: #BF3203;
}
</style>
border-color css
<style>
span { border-color: #BF3203; }
span { border-color: rgb(191,50,3); }
td.TdClassName
{
border-color: #BF3203;
}
.TagClassName
{
border-color: #BF3203;
}
</style>