Html Css Color HEX #BC3717 Harley Davidson Orange
📋 copy color: '#BC3717'red 188 ◦ green 55 ◦ blue 23
Shades of Harley Davidson Orange #BC3717
Tints of Harley Davidson Orange #BC3717
RGB
CMYK
RGB Variations
Color information
#BC3717 (or 0xBC3717) is known color: Harley Davidson Orange. HEX triplet: BC, 37 and 17. RGB value is (188,55,23). Sum of RGB (Red+Green+Blue) = 188+55+23=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3717 is #43C8E8. Grayscale: #5B5B5B. Windows color (decimal): -4442345 or 1521596. OLE color: 1521596.
HSL color Cylindrical-coordinate representation of color #BC3717: hue angle of 11.64º 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 #BC3717 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 23 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.26 |
| HSL | 11.64º | 0.78% | 0.41% | - |
| HSV(B) | 11.64º | 0.88% | 0.74% | - |
| XYZ | 22.26 | 13.49 | 2.24 | - |
| YUV | 91.12 | 89.56 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 23 | 0 | 0.71 | 0.88 | 0.26 | 11.64 | 0.78 | 0.41 |
| Hex | BC | 37 | 17 | 0 | 47 | 58 | 1A | C | 4E | 29 |
| Octal | 274 | 67 | 27 | 0 | 107 | 130 | 32 | 14 | 116 | 51 |
| Binary | 10111100 | 110111 | 10111 | 0 | 1000111 | 1011000 | 11010 | 1100 | 1001110 | 101001 |
Color Harmonies of #BC3717
Complementary color
Monochromatic Colors of #BC3717
Black with #BC3717
Text Example
Text Example
White with #BC3717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3717; }
p { color: rgb(188,55,23); }
H1.HeaderClassName
{
color: #BC3717;
}
.AnyTagClassName
{
color: #BC3717;
}
</style>
background-color css
<style>
a { background-color: #BC3717; }
a { background-color: rgb(188,55,23); }
div.DivClassName
{
background-color: #BC3717;
}
.BgClassName
{
background-color: #BC3717;
}
</style>
border-color css
<style>
span { border-color: #BC3717; }
span { border-color: rgb(188,55,23); }
td.TdClassName
{
border-color: #BC3717;
}
.TagClassName
{
border-color: #BC3717;
}
</style>