Html Css Color HEX #BC3319 Harley Davidson Orange
📋 copy color: '#BC3319'red 188 ◦ green 51 ◦ blue 25
Shades of Harley Davidson Orange #BC3319
Tints of Harley Davidson Orange #BC3319
RGB
CMYK
RGB Variations
Color information
#BC3319 (or 0xBC3319) is known color: Harley Davidson Orange. HEX triplet: BC, 33 and 19. RGB value is (188,51,25). Sum of RGB (Red+Green+Blue) = 188+51+25=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3319 is #43CCE6. Grayscale: #595959. Windows color (decimal): -4443367 or 1651644. OLE color: 1651644.
HSL color Cylindrical-coordinate representation of color #BC3319: hue angle of 9.57º 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 #BC3319 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 25 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.26 |
| HSL | 9.57º | 0.77% | 0.42% | - |
| HSV(B) | 9.57º | 0.87% | 0.74% | - |
| XYZ | 22.1 | 13.13 | 2.29 | - |
| YUV | 89 | 91.89 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 25 | 0 | 0.73 | 0.87 | 0.26 | 9.57 | 0.77 | 0.42 |
| Hex | BC | 33 | 19 | 0 | 49 | 57 | 1A | A | 4D | 2A |
| Octal | 274 | 63 | 31 | 0 | 111 | 127 | 32 | 12 | 115 | 52 |
| Binary | 10111100 | 110011 | 11001 | 0 | 1001001 | 1010111 | 11010 | 1010 | 1001101 | 101010 |
Color Harmonies of #BC3319
Complementary color
Monochromatic Colors of #BC3319
Black with #BC3319
Text Example
Text Example
White with #BC3319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3319; }
p { color: rgb(188,51,25); }
H1.HeaderClassName
{
color: #BC3319;
}
.AnyTagClassName
{
color: #BC3319;
}
</style>
background-color css
<style>
a { background-color: #BC3319; }
a { background-color: rgb(188,51,25); }
div.DivClassName
{
background-color: #BC3319;
}
.BgClassName
{
background-color: #BC3319;
}
</style>
border-color css
<style>
span { border-color: #BC3319; }
span { border-color: rgb(188,51,25); }
td.TdClassName
{
border-color: #BC3319;
}
.TagClassName
{
border-color: #BC3319;
}
</style>