Html Css Color HEX #BC3117 Harley Davidson Orange
📋 copy color: '#BC3117'red 188 ◦ green 49 ◦ blue 23
Shades of Harley Davidson Orange #BC3117
Tints of Harley Davidson Orange #BC3117
RGB
CMYK
RGB Variations
Color information
#BC3117 (or 0xBC3117) is known color: Harley Davidson Orange. HEX triplet: BC, 31 and 17. RGB value is (188,49,23). Sum of RGB (Red+Green+Blue) = 188+49+23=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3117 is #43CEE8. Grayscale: #575757. Windows color (decimal): -4443881 or 1520060. OLE color: 1520060.
HSL color Cylindrical-coordinate representation of color #BC3117: hue angle of 9.45º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC3117 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 23 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.26 |
| HSL | 9.45º | 0.78% | 0.41% | - |
| HSV(B) | 9.45º | 0.88% | 0.74% | - |
| XYZ | 21.99 | 12.95 | 2.15 | - |
| YUV | 87.6 | 91.55 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 23 | 0 | 0.74 | 0.88 | 0.26 | 9.45 | 0.78 | 0.41 |
| Hex | BC | 31 | 17 | 0 | 4A | 58 | 1A | 9 | 4E | 29 |
| Octal | 274 | 61 | 27 | 0 | 112 | 130 | 32 | 11 | 116 | 51 |
| Binary | 10111100 | 110001 | 10111 | 0 | 1001010 | 1011000 | 11010 | 1001 | 1001110 | 101001 |
Color Harmonies of #BC3117
Complementary color
Monochromatic Colors of #BC3117
Black with #BC3117
Text Example
Text Example
White with #BC3117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3117; }
p { color: rgb(188,49,23); }
H1.HeaderClassName
{
color: #BC3117;
}
.AnyTagClassName
{
color: #BC3117;
}
</style>
background-color css
<style>
a { background-color: #BC3117; }
a { background-color: rgb(188,49,23); }
div.DivClassName
{
background-color: #BC3117;
}
.BgClassName
{
background-color: #BC3117;
}
</style>
border-color css
<style>
span { border-color: #BC3117; }
span { border-color: rgb(188,49,23); }
td.TdClassName
{
border-color: #BC3117;
}
.TagClassName
{
border-color: #BC3117;
}
</style>