Html Css Color HEX #BC361D Harley Davidson Orange
📋 copy color: '#BC361D'red 188 ◦ green 54 ◦ blue 29
Shades of Harley Davidson Orange #BC361D
Tints of Harley Davidson Orange #BC361D
RGB
CMYK
RGB Variations
Color information
#BC361D (or 0xBC361D) is known color: Harley Davidson Orange. HEX triplet: BC, 36 and 1D. RGB value is (188,54,29). Sum of RGB (Red+Green+Blue) = 188+54+29=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC361D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC361D is #43C9E2. Grayscale: #5B5B5B. Windows color (decimal): -4442595 or 1914556. OLE color: 1914556.
HSL color Cylindrical-coordinate representation of color #BC361D: hue angle of 9.43º 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 #BC361D is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 29 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.26 |
| HSL | 9.43º | 0.73% | 0.43% | - |
| HSV(B) | 9.43º | 0.85% | 0.74% | - |
| XYZ | 22.28 | 13.42 | 2.58 | - |
| YUV | 91.22 | 92.89 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 29 | 0 | 0.71 | 0.85 | 0.26 | 9.43 | 0.73 | 0.43 |
| Hex | BC | 36 | 1D | 0 | 47 | 55 | 1A | 9 | 49 | 2B |
| Octal | 274 | 66 | 35 | 0 | 107 | 125 | 32 | 11 | 111 | 53 |
| Binary | 10111100 | 110110 | 11101 | 0 | 1000111 | 1010101 | 11010 | 1001 | 1001001 | 101011 |
Color Harmonies of #BC361D
Complementary color
Monochromatic Colors of #BC361D
Black with #BC361D
Text Example
Text Example
White with #BC361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC361D; }
p { color: rgb(188,54,29); }
H1.HeaderClassName
{
color: #BC361D;
}
.AnyTagClassName
{
color: #BC361D;
}
</style>
background-color css
<style>
a { background-color: #BC361D; }
a { background-color: rgb(188,54,29); }
div.DivClassName
{
background-color: #BC361D;
}
.BgClassName
{
background-color: #BC361D;
}
</style>
border-color css
<style>
span { border-color: #BC361D; }
span { border-color: rgb(188,54,29); }
td.TdClassName
{
border-color: #BC361D;
}
.TagClassName
{
border-color: #BC361D;
}
</style>