Html Css Color HEX #BC3D1F Harley Davidson Orange
📋 copy color: '#BC3D1F'red 188 ◦ green 61 ◦ blue 31
Shades of Harley Davidson Orange #BC3D1F
Tints of Harley Davidson Orange #BC3D1F
RGB
CMYK
RGB Variations
Color information
#BC3D1F (or 0xBC3D1F) is known color: Harley Davidson Orange. HEX triplet: BC, 3D and 1F. RGB value is (188,61,31). Sum of RGB (Red+Green+Blue) = 188+61+31=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D1F is #43C2E0. Grayscale: #5F5F5F. Windows color (decimal): -4440801 or 2047420. OLE color: 2047420.
HSL color Cylindrical-coordinate representation of color #BC3D1F: hue angle of 11.46º 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 #BC3D1F is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 31 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.26 |
| HSL | 11.46º | 0.72% | 0.43% | - |
| HSV(B) | 11.46º | 0.84% | 0.74% | - |
| XYZ | 22.66 | 14.13 | 2.83 | - |
| YUV | 95.55 | 91.58 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 31 | 0 | 0.68 | 0.84 | 0.26 | 11.46 | 0.72 | 0.43 |
| Hex | BC | 3D | 1F | 0 | 44 | 54 | 1A | B | 48 | 2B |
| Octal | 274 | 75 | 37 | 0 | 104 | 124 | 32 | 13 | 110 | 53 |
| Binary | 10111100 | 111101 | 11111 | 0 | 1000100 | 1010100 | 11010 | 1011 | 1001000 | 101011 |
Color Harmonies of #BC3D1F
Complementary color
Monochromatic Colors of #BC3D1F
Black with #BC3D1F
Text Example
Text Example
White with #BC3D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D1F; }
p { color: rgb(188,61,31); }
H1.HeaderClassName
{
color: #BC3D1F;
}
.AnyTagClassName
{
color: #BC3D1F;
}
</style>
background-color css
<style>
a { background-color: #BC3D1F; }
a { background-color: rgb(188,61,31); }
div.DivClassName
{
background-color: #BC3D1F;
}
.BgClassName
{
background-color: #BC3D1F;
}
</style>
border-color css
<style>
span { border-color: #BC3D1F; }
span { border-color: rgb(188,61,31); }
td.TdClassName
{
border-color: #BC3D1F;
}
.TagClassName
{
border-color: #BC3D1F;
}
</style>