Html Css Color HEX #BC331E Harley Davidson Orange
📋 copy color: '#BC331E'red 188 ◦ green 51 ◦ blue 30
Shades of Harley Davidson Orange #BC331E
Tints of Harley Davidson Orange #BC331E
RGB
CMYK
RGB Variations
Color information
#BC331E (or 0xBC331E) is known color: Harley Davidson Orange. HEX triplet: BC, 33 and 1E. RGB value is (188,51,30). Sum of RGB (Red+Green+Blue) = 188+51+30=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC331E is #43CCE1. Grayscale: #595959. Windows color (decimal): -4443362 or 1979324. OLE color: 1979324.
HSL color Cylindrical-coordinate representation of color #BC331E: hue angle of 7.97º 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 #BC331E is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 30 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.26 |
| HSL | 7.97º | 0.72% | 0.43% | - |
| HSV(B) | 7.97º | 0.84% | 0.74% | - |
| XYZ | 22.16 | 13.15 | 2.6 | - |
| YUV | 89.57 | 94.39 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 30 | 0 | 0.73 | 0.84 | 0.26 | 7.97 | 0.72 | 0.43 |
| Hex | BC | 33 | 1E | 0 | 49 | 54 | 1A | 8 | 48 | 2B |
| Octal | 274 | 63 | 36 | 0 | 111 | 124 | 32 | 10 | 110 | 53 |
| Binary | 10111100 | 110011 | 11110 | 0 | 1001001 | 1010100 | 11010 | 1000 | 1001000 | 101011 |
Color Harmonies of #BC331E
Complementary color
Monochromatic Colors of #BC331E
Black with #BC331E
Text Example
Text Example
White with #BC331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC331E; }
p { color: rgb(188,51,30); }
H1.HeaderClassName
{
color: #BC331E;
}
.AnyTagClassName
{
color: #BC331E;
}
</style>
background-color css
<style>
a { background-color: #BC331E; }
a { background-color: rgb(188,51,30); }
div.DivClassName
{
background-color: #BC331E;
}
.BgClassName
{
background-color: #BC331E;
}
</style>
border-color css
<style>
span { border-color: #BC331E; }
span { border-color: rgb(188,51,30); }
td.TdClassName
{
border-color: #BC331E;
}
.TagClassName
{
border-color: #BC331E;
}
</style>