Html Css Color HEX #BC341A Harley Davidson Orange
📋 copy color: '#BC341A'red 188 ◦ green 52 ◦ blue 26
Shades of Harley Davidson Orange #BC341A
Tints of Harley Davidson Orange #BC341A
RGB
CMYK
RGB Variations
Color information
#BC341A (or 0xBC341A) is known color: Harley Davidson Orange. HEX triplet: BC, 34 and 1A. RGB value is (188,52,26). Sum of RGB (Red+Green+Blue) = 188+52+26=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC341A is #43CBE5. Grayscale: #595959. Windows color (decimal): -4443110 or 1717436. OLE color: 1717436.
HSL color Cylindrical-coordinate representation of color #BC341A: hue angle of 9.63º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC341A is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 26 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.26 |
| HSL | 9.63º | 0.76% | 0.42% | - |
| HSV(B) | 9.63º | 0.86% | 0.74% | - |
| XYZ | 22.15 | 13.22 | 2.36 | - |
| YUV | 89.7 | 92.06 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 26 | 0 | 0.72 | 0.86 | 0.26 | 9.63 | 0.76 | 0.42 |
| Hex | BC | 34 | 1A | 0 | 48 | 56 | 1A | A | 4C | 2A |
| Octal | 274 | 64 | 32 | 0 | 110 | 126 | 32 | 12 | 114 | 52 |
| Binary | 10111100 | 110100 | 11010 | 0 | 1001000 | 1010110 | 11010 | 1010 | 1001100 | 101010 |
Color Harmonies of #BC341A
Complementary color
Monochromatic Colors of #BC341A
Black with #BC341A
Text Example
Text Example
White with #BC341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC341A; }
p { color: rgb(188,52,26); }
H1.HeaderClassName
{
color: #BC341A;
}
.AnyTagClassName
{
color: #BC341A;
}
</style>
background-color css
<style>
a { background-color: #BC341A; }
a { background-color: rgb(188,52,26); }
div.DivClassName
{
background-color: #BC341A;
}
.BgClassName
{
background-color: #BC341A;
}
</style>
border-color css
<style>
span { border-color: #BC341A; }
span { border-color: rgb(188,52,26); }
td.TdClassName
{
border-color: #BC341A;
}
.TagClassName
{
border-color: #BC341A;
}
</style>