Html Css Color HEX #BC2307 Harley Davidson Orange
📋 copy color: '#BC2307'red 188 ◦ green 35 ◦ blue 7
Shades of Harley Davidson Orange #BC2307
Tints of Harley Davidson Orange #BC2307
RGB
CMYK
RGB Variations
Color information
#BC2307 (or 0xBC2307) is known color: Harley Davidson Orange. HEX triplet: BC, 23 and 07. RGB value is (188,35,7). Sum of RGB (Red+Green+Blue) = 188+35+7=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2307 is #43DCF8. Grayscale: #4D4D4D. Windows color (decimal): -4447481 or 467900. OLE color: 467900.
HSL color Cylindrical-coordinate representation of color #BC2307: hue angle of 9.28º 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 #BC2307 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 7 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.26 |
| HSL | 9.28º | 0.93% | 0.38% | - |
| HSV(B) | 9.28º | 0.96% | 0.74% | - |
| XYZ | 21.38 | 11.91 | 1.37 | - |
| YUV | 77.56 | 88.19 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 7 | 0 | 0.81 | 0.96 | 0.26 | 9.28 | 0.93 | 0.38 |
| Hex | BC | 23 | 7 | 0 | 51 | 60 | 1A | 9 | 5D | 26 |
| Octal | 274 | 43 | 7 | 0 | 121 | 140 | 32 | 11 | 135 | 46 |
| Binary | 10111100 | 100011 | 111 | 0 | 1010001 | 1100000 | 11010 | 1001 | 1011101 | 100110 |
Color Harmonies of #BC2307
Complementary color
Monochromatic Colors of #BC2307
Black with #BC2307
Text Example
Text Example
White with #BC2307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2307; }
p { color: rgb(188,35,7); }
H1.HeaderClassName
{
color: #BC2307;
}
.AnyTagClassName
{
color: #BC2307;
}
</style>
background-color css
<style>
a { background-color: #BC2307; }
a { background-color: rgb(188,35,7); }
div.DivClassName
{
background-color: #BC2307;
}
.BgClassName
{
background-color: #BC2307;
}
</style>
border-color css
<style>
span { border-color: #BC2307; }
span { border-color: rgb(188,35,7); }
td.TdClassName
{
border-color: #BC2307;
}
.TagClassName
{
border-color: #BC2307;
}
</style>