Html Css Color HEX #BC2610 Harley Davidson Orange
📋 copy color: '#BC2610'red 188 ◦ green 38 ◦ blue 16
Shades of Harley Davidson Orange #BC2610
Tints of Harley Davidson Orange #BC2610
RGB
CMYK
RGB Variations
Color information
#BC2610 (or 0xBC2610) is known color: Harley Davidson Orange. HEX triplet: BC, 26 and 10. RGB value is (188,38,16). Sum of RGB (Red+Green+Blue) = 188+38+16=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2610 is #43D9EF. Grayscale: #505050. Windows color (decimal): -4446704 or 1058492. OLE color: 1058492.
HSL color Cylindrical-coordinate representation of color #BC2610: hue angle of 7.67º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC2610 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 16 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.26 |
| HSL | 7.67º | 0.84% | 0.4% | - |
| HSV(B) | 7.67º | 0.91% | 0.74% | - |
| XYZ | 21.53 | 12.12 | 1.69 | - |
| YUV | 80.34 | 91.7 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 16 | 0 | 0.80 | 0.91 | 0.26 | 7.67 | 0.84 | 0.4 |
| Hex | BC | 26 | 10 | 0 | 50 | 5B | 1A | 8 | 54 | 28 |
| Octal | 274 | 46 | 20 | 0 | 120 | 133 | 32 | 10 | 124 | 50 |
| Binary | 10111100 | 100110 | 10000 | 0 | 1010000 | 1011011 | 11010 | 1000 | 1010100 | 101000 |
Color Harmonies of #BC2610
Complementary color
Monochromatic Colors of #BC2610
Black with #BC2610
Text Example
Text Example
White with #BC2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2610; }
p { color: rgb(188,38,16); }
H1.HeaderClassName
{
color: #BC2610;
}
.AnyTagClassName
{
color: #BC2610;
}
</style>
background-color css
<style>
a { background-color: #BC2610; }
a { background-color: rgb(188,38,16); }
div.DivClassName
{
background-color: #BC2610;
}
.BgClassName
{
background-color: #BC2610;
}
</style>
border-color css
<style>
span { border-color: #BC2610; }
span { border-color: rgb(188,38,16); }
td.TdClassName
{
border-color: #BC2610;
}
.TagClassName
{
border-color: #BC2610;
}
</style>