Html Css Color HEX #BC2D17 Harley Davidson Orange
📋 copy color: '#BC2D17'red 188 ◦ green 45 ◦ blue 23
Shades of Harley Davidson Orange #BC2D17
Tints of Harley Davidson Orange #BC2D17
RGB
CMYK
RGB Variations
Color information
#BC2D17 (or 0xBC2D17) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 17. RGB value is (188,45,23). Sum of RGB (Red+Green+Blue) = 188+45+23=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D17 is #43D2E8. Grayscale: #555555. Windows color (decimal): -4444905 or 1519036. OLE color: 1519036.
HSL color Cylindrical-coordinate representation of color #BC2D17: hue angle of 8º 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 #BC2D17 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 23 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.26 |
| HSL | 8º | 0.78% | 0.41% | - |
| HSV(B) | 8º | 0.88% | 0.74% | - |
| XYZ | 21.83 | 12.63 | 2.1 | - |
| YUV | 85.25 | 92.88 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 23 | 0 | 0.76 | 0.88 | 0.26 | 8 | 0.78 | 0.41 |
| Hex | BC | 2D | 17 | 0 | 4C | 58 | 1A | 8 | 4E | 29 |
| Octal | 274 | 55 | 27 | 0 | 114 | 130 | 32 | 10 | 116 | 51 |
| Binary | 10111100 | 101101 | 10111 | 0 | 1001100 | 1011000 | 11010 | 1000 | 1001110 | 101001 |
Color Harmonies of #BC2D17
Complementary color
Monochromatic Colors of #BC2D17
Black with #BC2D17
Text Example
Text Example
White with #BC2D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D17; }
p { color: rgb(188,45,23); }
H1.HeaderClassName
{
color: #BC2D17;
}
.AnyTagClassName
{
color: #BC2D17;
}
</style>
background-color css
<style>
a { background-color: #BC2D17; }
a { background-color: rgb(188,45,23); }
div.DivClassName
{
background-color: #BC2D17;
}
.BgClassName
{
background-color: #BC2D17;
}
</style>
border-color css
<style>
span { border-color: #BC2D17; }
span { border-color: rgb(188,45,23); }
td.TdClassName
{
border-color: #BC2D17;
}
.TagClassName
{
border-color: #BC2D17;
}
</style>