Html Css Color HEX #BC361E Harley Davidson Orange
📋 copy color: '#BC361E'red 188 ◦ green 54 ◦ blue 30
Shades of Harley Davidson Orange #BC361E
Tints of Harley Davidson Orange #BC361E
RGB
CMYK
RGB Variations
Color information
#BC361E (or 0xBC361E) is known color: Harley Davidson Orange. HEX triplet: BC, 36 and 1E. RGB value is (188,54,30). Sum of RGB (Red+Green+Blue) = 188+54+30=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC361E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC361E is #43C9E1. Grayscale: #5B5B5B. Windows color (decimal): -4442594 or 1980092. OLE color: 1980092.
HSL color Cylindrical-coordinate representation of color #BC361E: hue angle of 9.11º 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 #BC361E is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 30 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.26 |
| HSL | 9.11º | 0.72% | 0.43% | - |
| HSV(B) | 9.11º | 0.84% | 0.74% | - |
| XYZ | 22.29 | 13.42 | 2.64 | - |
| YUV | 91.33 | 93.39 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 30 | 0 | 0.71 | 0.84 | 0.26 | 9.11 | 0.72 | 0.43 |
| Hex | BC | 36 | 1E | 0 | 47 | 54 | 1A | 9 | 48 | 2B |
| Octal | 274 | 66 | 36 | 0 | 107 | 124 | 32 | 11 | 110 | 53 |
| Binary | 10111100 | 110110 | 11110 | 0 | 1000111 | 1010100 | 11010 | 1001 | 1001000 | 101011 |
Color Harmonies of #BC361E
Complementary color
Monochromatic Colors of #BC361E
Black with #BC361E
Text Example
Text Example
White with #BC361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC361E; }
p { color: rgb(188,54,30); }
H1.HeaderClassName
{
color: #BC361E;
}
.AnyTagClassName
{
color: #BC361E;
}
</style>
background-color css
<style>
a { background-color: #BC361E; }
a { background-color: rgb(188,54,30); }
div.DivClassName
{
background-color: #BC361E;
}
.BgClassName
{
background-color: #BC361E;
}
</style>
border-color css
<style>
span { border-color: #BC361E; }
span { border-color: rgb(188,54,30); }
td.TdClassName
{
border-color: #BC361E;
}
.TagClassName
{
border-color: #BC361E;
}
</style>