Html Css Color HEX #BC3719 Harley Davidson Orange
📋 copy color: '#BC3719'red 188 ◦ green 55 ◦ blue 25
Shades of Harley Davidson Orange #BC3719
Tints of Harley Davidson Orange #BC3719
RGB
CMYK
RGB Variations
Color information
#BC3719 (or 0xBC3719) is known color: Harley Davidson Orange. HEX triplet: BC, 37 and 19. RGB value is (188,55,25). Sum of RGB (Red+Green+Blue) = 188+55+25=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3719 is #43C8E6. Grayscale: #5B5B5B. Windows color (decimal): -4442343 or 1652668. OLE color: 1652668.
HSL color Cylindrical-coordinate representation of color #BC3719: hue angle of 11.04º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC3719 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 25 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.26 |
| HSL | 11.04º | 0.77% | 0.42% | - |
| HSV(B) | 11.04º | 0.87% | 0.74% | - |
| XYZ | 22.28 | 13.49 | 2.35 | - |
| YUV | 91.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 25 | 0 | 0.71 | 0.87 | 0.26 | 11.04 | 0.77 | 0.42 |
| Hex | BC | 37 | 19 | 0 | 47 | 57 | 1A | B | 4D | 2A |
| Octal | 274 | 67 | 31 | 0 | 107 | 127 | 32 | 13 | 115 | 52 |
| Binary | 10111100 | 110111 | 11001 | 0 | 1000111 | 1010111 | 11010 | 1011 | 1001101 | 101010 |
Color Harmonies of #BC3719
Complementary color
Monochromatic Colors of #BC3719
Black with #BC3719
Text Example
Text Example
White with #BC3719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3719; }
p { color: rgb(188,55,25); }
H1.HeaderClassName
{
color: #BC3719;
}
.AnyTagClassName
{
color: #BC3719;
}
</style>
background-color css
<style>
a { background-color: #BC3719; }
a { background-color: rgb(188,55,25); }
div.DivClassName
{
background-color: #BC3719;
}
.BgClassName
{
background-color: #BC3719;
}
</style>
border-color css
<style>
span { border-color: #BC3719; }
span { border-color: rgb(188,55,25); }
td.TdClassName
{
border-color: #BC3719;
}
.TagClassName
{
border-color: #BC3719;
}
</style>