Html Css Color HEX #BC2A07 Harley Davidson Orange
📋 copy color: '#BC2A07'red 188 ◦ green 42 ◦ blue 7
Shades of Harley Davidson Orange #BC2A07
Tints of Harley Davidson Orange #BC2A07
RGB
CMYK
RGB Variations
Color information
#BC2A07 (or 0xBC2A07) is known color: Harley Davidson Orange. HEX triplet: BC, 2A and 07. RGB value is (188,42,7). Sum of RGB (Red+Green+Blue) = 188+42+7=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2A07 is #43D5F8. Grayscale: #515151. Windows color (decimal): -4445689 or 469692. OLE color: 469692.
HSL color Cylindrical-coordinate representation of color #BC2A07: hue angle of 11.6º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC2A07 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 7 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.26 |
| HSL | 11.6º | 0.93% | 0.38% | - |
| HSV(B) | 11.6º | 0.96% | 0.74% | - |
| XYZ | 21.61 | 12.36 | 1.45 | - |
| YUV | 81.66 | 85.87 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 7 | 0 | 0.78 | 0.96 | 0.26 | 11.6 | 0.93 | 0.38 |
| Hex | BC | 2A | 7 | 0 | 4E | 60 | 1A | C | 5D | 26 |
| Octal | 274 | 52 | 7 | 0 | 116 | 140 | 32 | 14 | 135 | 46 |
| Binary | 10111100 | 101010 | 111 | 0 | 1001110 | 1100000 | 11010 | 1100 | 1011101 | 100110 |
Color Harmonies of #BC2A07
Complementary color
Monochromatic Colors of #BC2A07
Black with #BC2A07
Text Example
Text Example
White with #BC2A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2A07; }
p { color: rgb(188,42,7); }
H1.HeaderClassName
{
color: #BC2A07;
}
.AnyTagClassName
{
color: #BC2A07;
}
</style>
background-color css
<style>
a { background-color: #BC2A07; }
a { background-color: rgb(188,42,7); }
div.DivClassName
{
background-color: #BC2A07;
}
.BgClassName
{
background-color: #BC2A07;
}
</style>
border-color css
<style>
span { border-color: #BC2A07; }
span { border-color: rgb(188,42,7); }
td.TdClassName
{
border-color: #BC2A07;
}
.TagClassName
{
border-color: #BC2A07;
}
</style>