Html Css Color HEX #BC361A Harley Davidson Orange
📋 copy color: '#BC361A'red 188 ◦ green 54 ◦ blue 26
Shades of Harley Davidson Orange #BC361A
Tints of Harley Davidson Orange #BC361A
RGB
CMYK
RGB Variations
Color information
#BC361A (or 0xBC361A) is known color: Harley Davidson Orange. HEX triplet: BC, 36 and 1A. RGB value is (188,54,26). Sum of RGB (Red+Green+Blue) = 188+54+26=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC361A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC361A is #43C9E5. Grayscale: #5B5B5B. Windows color (decimal): -4442598 or 1717948. OLE color: 1717948.
HSL color Cylindrical-coordinate representation of color #BC361A: hue angle of 10.37º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC361A is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 26 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.26 |
| HSL | 10.37º | 0.76% | 0.42% | - |
| HSV(B) | 10.37º | 0.86% | 0.74% | - |
| XYZ | 22.24 | 13.4 | 2.39 | - |
| YUV | 90.87 | 91.39 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 26 | 0 | 0.71 | 0.86 | 0.26 | 10.37 | 0.76 | 0.42 |
| Hex | BC | 36 | 1A | 0 | 47 | 56 | 1A | A | 4C | 2A |
| Octal | 274 | 66 | 32 | 0 | 107 | 126 | 32 | 12 | 114 | 52 |
| Binary | 10111100 | 110110 | 11010 | 0 | 1000111 | 1010110 | 11010 | 1010 | 1001100 | 101010 |
Color Harmonies of #BC361A
Complementary color
Monochromatic Colors of #BC361A
Black with #BC361A
Text Example
Text Example
White with #BC361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC361A; }
p { color: rgb(188,54,26); }
H1.HeaderClassName
{
color: #BC361A;
}
.AnyTagClassName
{
color: #BC361A;
}
</style>
background-color css
<style>
a { background-color: #BC361A; }
a { background-color: rgb(188,54,26); }
div.DivClassName
{
background-color: #BC361A;
}
.BgClassName
{
background-color: #BC361A;
}
</style>
border-color css
<style>
span { border-color: #BC361A; }
span { border-color: rgb(188,54,26); }
td.TdClassName
{
border-color: #BC361A;
}
.TagClassName
{
border-color: #BC361A;
}
</style>