Html Css Color HEX #BC391D Harley Davidson Orange
📋 copy color: '#BC391D'red 188 ◦ green 57 ◦ blue 29
Shades of Harley Davidson Orange #BC391D
Tints of Harley Davidson Orange #BC391D
RGB
CMYK
RGB Variations
Color information
#BC391D (or 0xBC391D) is known color: Harley Davidson Orange. HEX triplet: BC, 39 and 1D. RGB value is (188,57,29). Sum of RGB (Red+Green+Blue) = 188+57+29=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC391D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC391D is #43C6E2. Grayscale: #5D5D5D. Windows color (decimal): -4441827 or 1915324. OLE color: 1915324.
HSL color Cylindrical-coordinate representation of color #BC391D: hue angle of 10.57º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC391D is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 29 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.26 |
| HSL | 10.57º | 0.73% | 0.43% | - |
| HSV(B) | 10.57º | 0.85% | 0.74% | - |
| XYZ | 22.42 | 13.71 | 2.63 | - |
| YUV | 92.98 | 91.9 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 29 | 0 | 0.70 | 0.85 | 0.26 | 10.57 | 0.73 | 0.43 |
| Hex | BC | 39 | 1D | 0 | 46 | 55 | 1A | B | 49 | 2B |
| Octal | 274 | 71 | 35 | 0 | 106 | 125 | 32 | 13 | 111 | 53 |
| Binary | 10111100 | 111001 | 11101 | 0 | 1000110 | 1010101 | 11010 | 1011 | 1001001 | 101011 |
Color Harmonies of #BC391D
Complementary color
Monochromatic Colors of #BC391D
Black with #BC391D
Text Example
Text Example
White with #BC391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC391D; }
p { color: rgb(188,57,29); }
H1.HeaderClassName
{
color: #BC391D;
}
.AnyTagClassName
{
color: #BC391D;
}
</style>
background-color css
<style>
a { background-color: #BC391D; }
a { background-color: rgb(188,57,29); }
div.DivClassName
{
background-color: #BC391D;
}
.BgClassName
{
background-color: #BC391D;
}
</style>
border-color css
<style>
span { border-color: #BC391D; }
span { border-color: rgb(188,57,29); }
td.TdClassName
{
border-color: #BC391D;
}
.TagClassName
{
border-color: #BC391D;
}
</style>