Html Css Color HEX #BF3201 Harley Davidson Orange
📋 copy color: '#BF3201'red 191 ◦ green 50 ◦ blue 1
Shades of Harley Davidson Orange #BF3201
Tints of Harley Davidson Orange #BF3201
RGB
CMYK
RGB Variations
Color information
#BF3201 (or 0xBF3201) is known color: Harley Davidson Orange. HEX triplet: BF, 32 and 01. RGB value is (191,50,1). Sum of RGB (Red+Green+Blue) = 191+50+1=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3201 is #40CDFE. Grayscale: #565656. Windows color (decimal): -4247039 or 78527. OLE color: 78527.
HSL color Cylindrical-coordinate representation of color #BF3201: hue angle of 15.47º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF3201 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.25 |
| HSL | 15.47º | 0.99% | 0.38% | - |
| HSV(B) | 15.47º | 0.99% | 0.75% | - |
| XYZ | 22.63 | 13.36 | 1.41 | - |
| YUV | 86.57 | 79.71 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 1 | 0 | 0.74 | 0.99 | 0.25 | 15.47 | 0.99 | 0.38 |
| Hex | BF | 32 | 1 | 0 | 4A | 63 | 19 | F | 63 | 26 |
| Octal | 277 | 62 | 1 | 0 | 112 | 143 | 31 | 17 | 143 | 46 |
| Binary | 10111111 | 110010 | 1 | 0 | 1001010 | 1100011 | 11001 | 1111 | 1100011 | 100110 |
Color Harmonies of #BF3201
Complementary color
Monochromatic Colors of #BF3201
Black with #BF3201
Text Example
Text Example
White with #BF3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3201; }
p { color: rgb(191,50,1); }
H1.HeaderClassName
{
color: #BF3201;
}
.AnyTagClassName
{
color: #BF3201;
}
</style>
background-color css
<style>
a { background-color: #BF3201; }
a { background-color: rgb(191,50,1); }
div.DivClassName
{
background-color: #BF3201;
}
.BgClassName
{
background-color: #BF3201;
}
</style>
border-color css
<style>
span { border-color: #BF3201; }
span { border-color: rgb(191,50,1); }
td.TdClassName
{
border-color: #BF3201;
}
.TagClassName
{
border-color: #BF3201;
}
</style>