Html Css Color HEX #BC3A19 Harley Davidson Orange
📋 copy color: '#BC3A19'red 188 ◦ green 58 ◦ blue 25
Shades of Harley Davidson Orange #BC3A19
Tints of Harley Davidson Orange #BC3A19
RGB
CMYK
RGB Variations
Color information
#BC3A19 (or 0xBC3A19) is known color: Harley Davidson Orange. HEX triplet: BC, 3A and 19. RGB value is (188,58,25). Sum of RGB (Red+Green+Blue) = 188+58+25=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3A19 is #43C5E6. Grayscale: #5D5D5D. Windows color (decimal): -4441575 or 1653436. OLE color: 1653436.
HSL color Cylindrical-coordinate representation of color #BC3A19: hue angle of 12.15º 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 #BC3A19 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 25 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.26 |
| HSL | 12.15º | 0.77% | 0.42% | - |
| HSV(B) | 12.15º | 0.87% | 0.74% | - |
| XYZ | 22.43 | 13.79 | 2.4 | - |
| YUV | 93.11 | 89.57 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 25 | 0 | 0.69 | 0.87 | 0.26 | 12.15 | 0.77 | 0.42 |
| Hex | BC | 3A | 19 | 0 | 45 | 57 | 1A | C | 4D | 2A |
| Octal | 274 | 72 | 31 | 0 | 105 | 127 | 32 | 14 | 115 | 52 |
| Binary | 10111100 | 111010 | 11001 | 0 | 1000101 | 1010111 | 11010 | 1100 | 1001101 | 101010 |
Color Harmonies of #BC3A19
Complementary color
Monochromatic Colors of #BC3A19
Black with #BC3A19
Text Example
Text Example
White with #BC3A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A19; }
p { color: rgb(188,58,25); }
H1.HeaderClassName
{
color: #BC3A19;
}
.AnyTagClassName
{
color: #BC3A19;
}
</style>
background-color css
<style>
a { background-color: #BC3A19; }
a { background-color: rgb(188,58,25); }
div.DivClassName
{
background-color: #BC3A19;
}
.BgClassName
{
background-color: #BC3A19;
}
</style>
border-color css
<style>
span { border-color: #BC3A19; }
span { border-color: rgb(188,58,25); }
td.TdClassName
{
border-color: #BC3A19;
}
.TagClassName
{
border-color: #BC3A19;
}
</style>