Html Css Color HEX #BC260E Harley Davidson Orange
📋 copy color: '#BC260E'red 188 ◦ green 38 ◦ blue 14
Shades of Harley Davidson Orange #BC260E
Tints of Harley Davidson Orange #BC260E
RGB
CMYK
RGB Variations
Color information
#BC260E (or 0xBC260E) is known color: Harley Davidson Orange. HEX triplet: BC, 26 and 0E. RGB value is (188,38,14). Sum of RGB (Red+Green+Blue) = 188+38+14=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC260E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC260E is #43D9F1. Grayscale: #505050. Windows color (decimal): -4446706 or 927420. OLE color: 927420.
HSL color Cylindrical-coordinate representation of color #BC260E: hue angle of 8.28º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC260E is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 14 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.26 |
| HSL | 8.28º | 0.86% | 0.4% | - |
| HSV(B) | 8.28º | 0.93% | 0.74% | - |
| XYZ | 21.51 | 12.11 | 1.62 | - |
| YUV | 80.11 | 90.7 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 14 | 0 | 0.80 | 0.93 | 0.26 | 8.28 | 0.86 | 0.4 |
| Hex | BC | 26 | E | 0 | 50 | 5D | 1A | 8 | 56 | 28 |
| Octal | 274 | 46 | 16 | 0 | 120 | 135 | 32 | 10 | 126 | 50 |
| Binary | 10111100 | 100110 | 1110 | 0 | 1010000 | 1011101 | 11010 | 1000 | 1010110 | 101000 |
Color Harmonies of #BC260E
Complementary color
Monochromatic Colors of #BC260E
Black with #BC260E
Text Example
Text Example
White with #BC260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC260E; }
p { color: rgb(188,38,14); }
H1.HeaderClassName
{
color: #BC260E;
}
.AnyTagClassName
{
color: #BC260E;
}
</style>
background-color css
<style>
a { background-color: #BC260E; }
a { background-color: rgb(188,38,14); }
div.DivClassName
{
background-color: #BC260E;
}
.BgClassName
{
background-color: #BC260E;
}
</style>
border-color css
<style>
span { border-color: #BC260E; }
span { border-color: rgb(188,38,14); }
td.TdClassName
{
border-color: #BC260E;
}
.TagClassName
{
border-color: #BC260E;
}
</style>