Html Css Color HEX #BC320B Harley Davidson Orange
📋 copy color: '#BC320B'red 188 ◦ green 50 ◦ blue 11
Shades of Harley Davidson Orange #BC320B
Tints of Harley Davidson Orange #BC320B
RGB
CMYK
RGB Variations
Color information
#BC320B (or 0xBC320B) is known color: Harley Davidson Orange. HEX triplet: BC, 32 and 0B. RGB value is (188,50,11). Sum of RGB (Red+Green+Blue) = 188+50+11=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC320B is #43CDF4. Grayscale: #575757. Windows color (decimal): -4443637 or 733884. OLE color: 733884.
HSL color Cylindrical-coordinate representation of color #BC320B: hue angle of 13.22º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC320B is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 11 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.26 |
| HSL | 13.22º | 0.89% | 0.39% | - |
| HSV(B) | 13.22º | 0.94% | 0.74% | - |
| XYZ | 21.94 | 13 | 1.67 | - |
| YUV | 86.82 | 85.22 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 11 | 0 | 0.73 | 0.94 | 0.26 | 13.22 | 0.89 | 0.39 |
| Hex | BC | 32 | B | 0 | 49 | 5E | 1A | D | 59 | 27 |
| Octal | 274 | 62 | 13 | 0 | 111 | 136 | 32 | 15 | 131 | 47 |
| Binary | 10111100 | 110010 | 1011 | 0 | 1001001 | 1011110 | 11010 | 1101 | 1011001 | 100111 |
Color Harmonies of #BC320B
Complementary color
Monochromatic Colors of #BC320B
Black with #BC320B
Text Example
Text Example
White with #BC320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC320B; }
p { color: rgb(188,50,11); }
H1.HeaderClassName
{
color: #BC320B;
}
.AnyTagClassName
{
color: #BC320B;
}
</style>
background-color css
<style>
a { background-color: #BC320B; }
a { background-color: rgb(188,50,11); }
div.DivClassName
{
background-color: #BC320B;
}
.BgClassName
{
background-color: #BC320B;
}
</style>
border-color css
<style>
span { border-color: #BC320B; }
span { border-color: rgb(188,50,11); }
td.TdClassName
{
border-color: #BC320B;
}
.TagClassName
{
border-color: #BC320B;
}
</style>