Html Css Color HEX #BC3A1F Harley Davidson Orange
📋 copy color: '#BC3A1F'red 188 ◦ green 58 ◦ blue 31
Shades of Harley Davidson Orange #BC3A1F
Tints of Harley Davidson Orange #BC3A1F
RGB
CMYK
RGB Variations
Color information
#BC3A1F (or 0xBC3A1F) is known color: Harley Davidson Orange. HEX triplet: BC, 3A and 1F. RGB value is (188,58,31). Sum of RGB (Red+Green+Blue) = 188+58+31=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A1F is #43C5E0. Grayscale: #5E5E5E. Windows color (decimal): -4441569 or 2046652. OLE color: 2046652.
HSL color Cylindrical-coordinate representation of color #BC3A1F: hue angle of 10.32º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC3A1F is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 31 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.26 |
| HSL | 10.32º | 0.72% | 0.43% | - |
| HSV(B) | 10.32º | 0.84% | 0.74% | - |
| XYZ | 22.5 | 13.82 | 2.78 | - |
| YUV | 93.79 | 92.57 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 31 | 0 | 0.69 | 0.84 | 0.26 | 10.32 | 0.72 | 0.43 |
| Hex | BC | 3A | 1F | 0 | 45 | 54 | 1A | A | 48 | 2B |
| Octal | 274 | 72 | 37 | 0 | 105 | 124 | 32 | 12 | 110 | 53 |
| Binary | 10111100 | 111010 | 11111 | 0 | 1000101 | 1010100 | 11010 | 1010 | 1001000 | 101011 |
Color Harmonies of #BC3A1F
Complementary color
Monochromatic Colors of #BC3A1F
Black with #BC3A1F
Text Example
Text Example
White with #BC3A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A1F; }
p { color: rgb(188,58,31); }
H1.HeaderClassName
{
color: #BC3A1F;
}
.AnyTagClassName
{
color: #BC3A1F;
}
</style>
background-color css
<style>
a { background-color: #BC3A1F; }
a { background-color: rgb(188,58,31); }
div.DivClassName
{
background-color: #BC3A1F;
}
.BgClassName
{
background-color: #BC3A1F;
}
</style>
border-color css
<style>
span { border-color: #BC3A1F; }
span { border-color: rgb(188,58,31); }
td.TdClassName
{
border-color: #BC3A1F;
}
.TagClassName
{
border-color: #BC3A1F;
}
</style>