Html Css Color HEX #BC2613 Harley Davidson Orange
📋 copy color: '#BC2613'red 188 ◦ green 38 ◦ blue 19
Shades of Harley Davidson Orange #BC2613
Tints of Harley Davidson Orange #BC2613
RGB
CMYK
RGB Variations
Color information
#BC2613 (or 0xBC2613) is known color: Harley Davidson Orange. HEX triplet: BC, 26 and 13. RGB value is (188,38,19). Sum of RGB (Red+Green+Blue) = 188+38+19=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2613 is #43D9EC. Grayscale: #505050. Windows color (decimal): -4446701 or 1255100. OLE color: 1255100.
HSL color Cylindrical-coordinate representation of color #BC2613: hue angle of 6.75º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC2613 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 19 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.26 |
| HSL | 6.75º | 0.82% | 0.41% | - |
| HSV(B) | 6.75º | 0.9% | 0.74% | - |
| XYZ | 21.55 | 12.12 | 1.82 | - |
| YUV | 80.68 | 93.2 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 19 | 0 | 0.80 | 0.90 | 0.26 | 6.75 | 0.82 | 0.41 |
| Hex | BC | 26 | 13 | 0 | 50 | 5A | 1A | 7 | 52 | 29 |
| Octal | 274 | 46 | 23 | 0 | 120 | 132 | 32 | 7 | 122 | 51 |
| Binary | 10111100 | 100110 | 10011 | 0 | 1010000 | 1011010 | 11010 | 111 | 1010010 | 101001 |
Color Harmonies of #BC2613
Complementary color
Monochromatic Colors of #BC2613
Black with #BC2613
Text Example
Text Example
White with #BC2613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2613; }
p { color: rgb(188,38,19); }
H1.HeaderClassName
{
color: #BC2613;
}
.AnyTagClassName
{
color: #BC2613;
}
</style>
background-color css
<style>
a { background-color: #BC2613; }
a { background-color: rgb(188,38,19); }
div.DivClassName
{
background-color: #BC2613;
}
.BgClassName
{
background-color: #BC2613;
}
</style>
border-color css
<style>
span { border-color: #BC2613; }
span { border-color: rgb(188,38,19); }
td.TdClassName
{
border-color: #BC2613;
}
.TagClassName
{
border-color: #BC2613;
}
</style>