Html Css Color HEX #BF3C1B Harley Davidson Orange
📋 copy color: '#BF3C1B'red 191 ◦ green 60 ◦ blue 27
Shades of Harley Davidson Orange #BF3C1B
Tints of Harley Davidson Orange #BF3C1B
RGB
CMYK
RGB Variations
Color information
#BF3C1B (or 0xBF3C1B) is known color: Harley Davidson Orange. HEX triplet: BF, 3C and 1B. RGB value is (191,60,27). Sum of RGB (Red+Green+Blue) = 191+60+27=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C1B is #40C3E4. Grayscale: #5F5F5F. Windows color (decimal): -4244453 or 1785023. OLE color: 1785023.
HSL color Cylindrical-coordinate representation of color #BF3C1B: hue angle of 12.07º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF3C1B is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 27 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.25 |
| HSL | 12.07º | 0.75% | 0.43% | - |
| HSV(B) | 12.07º | 0.86% | 0.75% | - |
| XYZ | 23.3 | 14.39 | 2.59 | - |
| YUV | 95.41 | 89.4 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 27 | 0 | 0.69 | 0.86 | 0.25 | 12.07 | 0.75 | 0.43 |
| Hex | BF | 3C | 1B | 0 | 45 | 56 | 19 | C | 4B | 2B |
| Octal | 277 | 74 | 33 | 0 | 105 | 126 | 31 | 14 | 113 | 53 |
| Binary | 10111111 | 111100 | 11011 | 0 | 1000101 | 1010110 | 11001 | 1100 | 1001011 | 101011 |
Color Harmonies of #BF3C1B
Complementary color
Monochromatic Colors of #BF3C1B
Black with #BF3C1B
Text Example
Text Example
White with #BF3C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C1B; }
p { color: rgb(191,60,27); }
H1.HeaderClassName
{
color: #BF3C1B;
}
.AnyTagClassName
{
color: #BF3C1B;
}
</style>
background-color css
<style>
a { background-color: #BF3C1B; }
a { background-color: rgb(191,60,27); }
div.DivClassName
{
background-color: #BF3C1B;
}
.BgClassName
{
background-color: #BF3C1B;
}
</style>
border-color css
<style>
span { border-color: #BF3C1B; }
span { border-color: rgb(191,60,27); }
td.TdClassName
{
border-color: #BF3C1B;
}
.TagClassName
{
border-color: #BF3C1B;
}
</style>