Html Css Color HEX #BC3A1B Harley Davidson Orange
📋 copy color: '#BC3A1B'red 188 ◦ green 58 ◦ blue 27
Shades of Harley Davidson Orange #BC3A1B
Tints of Harley Davidson Orange #BC3A1B
RGB
CMYK
RGB Variations
Color information
#BC3A1B (or 0xBC3A1B) is known color: Harley Davidson Orange. HEX triplet: BC, 3A and 1B. RGB value is (188,58,27). Sum of RGB (Red+Green+Blue) = 188+58+27=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A1B is #43C5E4. Grayscale: #5D5D5D. Windows color (decimal): -4441573 or 1784508. OLE color: 1784508.
HSL color Cylindrical-coordinate representation of color #BC3A1B: hue angle of 11.55º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC3A1B is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 27 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.26 |
| HSL | 11.55º | 0.75% | 0.42% | - |
| HSV(B) | 11.55º | 0.86% | 0.74% | - |
| XYZ | 22.45 | 13.8 | 2.52 | - |
| YUV | 93.34 | 90.57 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 27 | 0 | 0.69 | 0.86 | 0.26 | 11.55 | 0.75 | 0.42 |
| Hex | BC | 3A | 1B | 0 | 45 | 56 | 1A | C | 4B | 2A |
| Octal | 274 | 72 | 33 | 0 | 105 | 126 | 32 | 14 | 113 | 52 |
| Binary | 10111100 | 111010 | 11011 | 0 | 1000101 | 1010110 | 11010 | 1100 | 1001011 | 101010 |
Color Harmonies of #BC3A1B
Complementary color
Monochromatic Colors of #BC3A1B
Black with #BC3A1B
Text Example
Text Example
White with #BC3A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A1B; }
p { color: rgb(188,58,27); }
H1.HeaderClassName
{
color: #BC3A1B;
}
.AnyTagClassName
{
color: #BC3A1B;
}
</style>
background-color css
<style>
a { background-color: #BC3A1B; }
a { background-color: rgb(188,58,27); }
div.DivClassName
{
background-color: #BC3A1B;
}
.BgClassName
{
background-color: #BC3A1B;
}
</style>
border-color css
<style>
span { border-color: #BC3A1B; }
span { border-color: rgb(188,58,27); }
td.TdClassName
{
border-color: #BC3A1B;
}
.TagClassName
{
border-color: #BC3A1B;
}
</style>