Html Css Color HEX #BC2B17 Harley Davidson Orange
📋 copy color: '#BC2B17'red 188 ◦ green 43 ◦ blue 23
Shades of Harley Davidson Orange #BC2B17
Tints of Harley Davidson Orange #BC2B17
RGB
CMYK
RGB Variations
Color information
#BC2B17 (or 0xBC2B17) is known color: Harley Davidson Orange. HEX triplet: BC, 2B and 17. RGB value is (188,43,23). Sum of RGB (Red+Green+Blue) = 188+43+23=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2B17 is #43D4E8. Grayscale: #545454. Windows color (decimal): -4445417 or 1518524. OLE color: 1518524.
HSL color Cylindrical-coordinate representation of color #BC2B17: hue angle of 7.27º 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 #BC2B17 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 23 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.26 |
| HSL | 7.27º | 0.78% | 0.41% | - |
| HSV(B) | 7.27º | 0.88% | 0.74% | - |
| XYZ | 21.76 | 12.48 | 2.07 | - |
| YUV | 84.08 | 93.54 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 23 | 0 | 0.77 | 0.88 | 0.26 | 7.27 | 0.78 | 0.41 |
| Hex | BC | 2B | 17 | 0 | 4D | 58 | 1A | 7 | 4E | 29 |
| Octal | 274 | 53 | 27 | 0 | 115 | 130 | 32 | 7 | 116 | 51 |
| Binary | 10111100 | 101011 | 10111 | 0 | 1001101 | 1011000 | 11010 | 111 | 1001110 | 101001 |
Color Harmonies of #BC2B17
Complementary color
Monochromatic Colors of #BC2B17
Black with #BC2B17
Text Example
Text Example
White with #BC2B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B17; }
p { color: rgb(188,43,23); }
H1.HeaderClassName
{
color: #BC2B17;
}
.AnyTagClassName
{
color: #BC2B17;
}
</style>
background-color css
<style>
a { background-color: #BC2B17; }
a { background-color: rgb(188,43,23); }
div.DivClassName
{
background-color: #BC2B17;
}
.BgClassName
{
background-color: #BC2B17;
}
</style>
border-color css
<style>
span { border-color: #BC2B17; }
span { border-color: rgb(188,43,23); }
td.TdClassName
{
border-color: #BC2B17;
}
.TagClassName
{
border-color: #BC2B17;
}
</style>