Html Css Color HEX #BC361C Harley Davidson Orange
📋 copy color: '#BC361C'red 188 ◦ green 54 ◦ blue 28
Shades of Harley Davidson Orange #BC361C
Tints of Harley Davidson Orange #BC361C
RGB
CMYK
RGB Variations
Color information
#BC361C (or 0xBC361C) is known color: Harley Davidson Orange. HEX triplet: BC, 36 and 1C. RGB value is (188,54,28). Sum of RGB (Red+Green+Blue) = 188+54+28=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC361C is #43C9E3. Grayscale: #5B5B5B. Windows color (decimal): -4442596 or 1849020. OLE color: 1849020.
HSL color Cylindrical-coordinate representation of color #BC361C: hue angle of 9.75º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC361C is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 28 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.26 |
| HSL | 9.75º | 0.74% | 0.42% | - |
| HSV(B) | 9.75º | 0.85% | 0.74% | - |
| XYZ | 22.27 | 13.41 | 2.51 | - |
| YUV | 91.1 | 92.39 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 28 | 0 | 0.71 | 0.85 | 0.26 | 9.75 | 0.74 | 0.42 |
| Hex | BC | 36 | 1C | 0 | 47 | 55 | 1A | A | 4A | 2A |
| Octal | 274 | 66 | 34 | 0 | 107 | 125 | 32 | 12 | 112 | 52 |
| Binary | 10111100 | 110110 | 11100 | 0 | 1000111 | 1010101 | 11010 | 1010 | 1001010 | 101010 |
Color Harmonies of #BC361C
Complementary color
Monochromatic Colors of #BC361C
Black with #BC361C
Text Example
Text Example
White with #BC361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC361C; }
p { color: rgb(188,54,28); }
H1.HeaderClassName
{
color: #BC361C;
}
.AnyTagClassName
{
color: #BC361C;
}
</style>
background-color css
<style>
a { background-color: #BC361C; }
a { background-color: rgb(188,54,28); }
div.DivClassName
{
background-color: #BC361C;
}
.BgClassName
{
background-color: #BC361C;
}
</style>
border-color css
<style>
span { border-color: #BC361C; }
span { border-color: rgb(188,54,28); }
td.TdClassName
{
border-color: #BC361C;
}
.TagClassName
{
border-color: #BC361C;
}
</style>