Html Css Color HEX #BC3919 Harley Davidson Orange
📋 copy color: '#BC3919'red 188 ◦ green 57 ◦ blue 25
Shades of Harley Davidson Orange #BC3919
Tints of Harley Davidson Orange #BC3919
RGB
CMYK
RGB Variations
Color information
#BC3919 (or 0xBC3919) is known color: Harley Davidson Orange. HEX triplet: BC, 39 and 19. RGB value is (188,57,25). Sum of RGB (Red+Green+Blue) = 188+57+25=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3919 is #43C6E6. Grayscale: #5C5C5C. Windows color (decimal): -4441831 or 1653180. OLE color: 1653180.
HSL color Cylindrical-coordinate representation of color #BC3919: hue angle of 11.78º 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 #BC3919 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 25 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.26 |
| HSL | 11.78º | 0.77% | 0.42% | - |
| HSV(B) | 11.78º | 0.87% | 0.74% | - |
| XYZ | 22.38 | 13.69 | 2.38 | - |
| YUV | 92.52 | 89.9 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 25 | 0 | 0.70 | 0.87 | 0.26 | 11.78 | 0.77 | 0.42 |
| Hex | BC | 39 | 19 | 0 | 46 | 57 | 1A | C | 4D | 2A |
| Octal | 274 | 71 | 31 | 0 | 106 | 127 | 32 | 14 | 115 | 52 |
| Binary | 10111100 | 111001 | 11001 | 0 | 1000110 | 1010111 | 11010 | 1100 | 1001101 | 101010 |
Color Harmonies of #BC3919
Complementary color
Monochromatic Colors of #BC3919
Black with #BC3919
Text Example
Text Example
White with #BC3919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3919; }
p { color: rgb(188,57,25); }
H1.HeaderClassName
{
color: #BC3919;
}
.AnyTagClassName
{
color: #BC3919;
}
</style>
background-color css
<style>
a { background-color: #BC3919; }
a { background-color: rgb(188,57,25); }
div.DivClassName
{
background-color: #BC3919;
}
.BgClassName
{
background-color: #BC3919;
}
</style>
border-color css
<style>
span { border-color: #BC3919; }
span { border-color: rgb(188,57,25); }
td.TdClassName
{
border-color: #BC3919;
}
.TagClassName
{
border-color: #BC3919;
}
</style>