Html Css Color HEX #BC320C Harley Davidson Orange
📋 copy color: '#BC320C'red 188 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #BC320C
Tints of Harley Davidson Orange #BC320C
RGB
CMYK
RGB Variations
Color information
#BC320C (or 0xBC320C) is known color: Harley Davidson Orange. HEX triplet: BC, 32 and 0C. RGB value is (188,50,12). Sum of RGB (Red+Green+Blue) = 188+50+12=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC320C is #43CDF3. Grayscale: #575757. Windows color (decimal): -4443636 or 799420. OLE color: 799420.
HSL color Cylindrical-coordinate representation of color #BC320C: hue angle of 12.95º degrees, saturation: 0.88, 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 #BC320C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.26 |
| HSL | 12.95º | 0.88% | 0.39% | - |
| HSV(B) | 12.95º | 0.94% | 0.74% | - |
| XYZ | 21.95 | 13 | 1.7 | - |
| YUV | 86.93 | 85.72 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 12 | 0 | 0.73 | 0.94 | 0.26 | 12.95 | 0.88 | 0.39 |
| Hex | BC | 32 | C | 0 | 49 | 5E | 1A | D | 58 | 27 |
| Octal | 274 | 62 | 14 | 0 | 111 | 136 | 32 | 15 | 130 | 47 |
| Binary | 10111100 | 110010 | 1100 | 0 | 1001001 | 1011110 | 11010 | 1101 | 1011000 | 100111 |
Color Harmonies of #BC320C
Complementary color
Monochromatic Colors of #BC320C
Black with #BC320C
Text Example
Text Example
White with #BC320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC320C; }
p { color: rgb(188,50,12); }
H1.HeaderClassName
{
color: #BC320C;
}
.AnyTagClassName
{
color: #BC320C;
}
</style>
background-color css
<style>
a { background-color: #BC320C; }
a { background-color: rgb(188,50,12); }
div.DivClassName
{
background-color: #BC320C;
}
.BgClassName
{
background-color: #BC320C;
}
</style>
border-color css
<style>
span { border-color: #BC320C; }
span { border-color: rgb(188,50,12); }
td.TdClassName
{
border-color: #BC320C;
}
.TagClassName
{
border-color: #BC320C;
}
</style>