Html Css Color HEX #BC341E Harley Davidson Orange
📋 copy color: '#BC341E'red 188 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #BC341E
Tints of Harley Davidson Orange #BC341E
RGB
CMYK
RGB Variations
Color information
#BC341E (or 0xBC341E) is known color: Harley Davidson Orange. HEX triplet: BC, 34 and 1E. RGB value is (188,52,30). Sum of RGB (Red+Green+Blue) = 188+52+30=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC341E is #43CBE1. Grayscale: #5A5A5A. Windows color (decimal): -4443106 or 1979580. OLE color: 1979580.
HSL color Cylindrical-coordinate representation of color #BC341E: hue angle of 8.35º 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 #BC341E is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 30 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.26 |
| HSL | 8.35º | 0.72% | 0.43% | - |
| HSV(B) | 8.35º | 0.84% | 0.74% | - |
| XYZ | 22.2 | 13.24 | 2.61 | - |
| YUV | 90.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 30 | 0 | 0.72 | 0.84 | 0.26 | 8.35 | 0.72 | 0.43 |
| Hex | BC | 34 | 1E | 0 | 48 | 54 | 1A | 8 | 48 | 2B |
| Octal | 274 | 64 | 36 | 0 | 110 | 124 | 32 | 10 | 110 | 53 |
| Binary | 10111100 | 110100 | 11110 | 0 | 1001000 | 1010100 | 11010 | 1000 | 1001000 | 101011 |
Color Harmonies of #BC341E
Complementary color
Monochromatic Colors of #BC341E
Black with #BC341E
Text Example
Text Example
White with #BC341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC341E; }
p { color: rgb(188,52,30); }
H1.HeaderClassName
{
color: #BC341E;
}
.AnyTagClassName
{
color: #BC341E;
}
</style>
background-color css
<style>
a { background-color: #BC341E; }
a { background-color: rgb(188,52,30); }
div.DivClassName
{
background-color: #BC341E;
}
.BgClassName
{
background-color: #BC341E;
}
</style>
border-color css
<style>
span { border-color: #BC341E; }
span { border-color: rgb(188,52,30); }
td.TdClassName
{
border-color: #BC341E;
}
.TagClassName
{
border-color: #BC341E;
}
</style>