Html Css Color HEX #BC320F Harley Davidson Orange
📋 copy color: '#BC320F'red 188 ◦ green 50 ◦ blue 15
Shades of Harley Davidson Orange #BC320F
Tints of Harley Davidson Orange #BC320F
RGB
CMYK
RGB Variations
Color information
#BC320F (or 0xBC320F) is known color: Harley Davidson Orange. HEX triplet: BC, 32 and 0F. RGB value is (188,50,15). Sum of RGB (Red+Green+Blue) = 188+50+15=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC320F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC320F is #43CDF0. Grayscale: #575757. Windows color (decimal): -4443633 or 996028. OLE color: 996028.
HSL color Cylindrical-coordinate representation of color #BC320F: hue angle of 12.14º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC320F is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 15 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.26 |
| HSL | 12.14º | 0.85% | 0.4% | - |
| HSV(B) | 12.14º | 0.92% | 0.74% | - |
| XYZ | 21.97 | 13.01 | 1.8 | - |
| YUV | 87.27 | 87.22 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 15 | 0 | 0.73 | 0.92 | 0.26 | 12.14 | 0.85 | 0.4 |
| Hex | BC | 32 | F | 0 | 49 | 5C | 1A | C | 55 | 28 |
| Octal | 274 | 62 | 17 | 0 | 111 | 134 | 32 | 14 | 125 | 50 |
| Binary | 10111100 | 110010 | 1111 | 0 | 1001001 | 1011100 | 11010 | 1100 | 1010101 | 101000 |
Color Harmonies of #BC320F
Complementary color
Monochromatic Colors of #BC320F
Black with #BC320F
Text Example
Text Example
White with #BC320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC320F; }
p { color: rgb(188,50,15); }
H1.HeaderClassName
{
color: #BC320F;
}
.AnyTagClassName
{
color: #BC320F;
}
</style>
background-color css
<style>
a { background-color: #BC320F; }
a { background-color: rgb(188,50,15); }
div.DivClassName
{
background-color: #BC320F;
}
.BgClassName
{
background-color: #BC320F;
}
</style>
border-color css
<style>
span { border-color: #BC320F; }
span { border-color: rgb(188,50,15); }
td.TdClassName
{
border-color: #BC320F;
}
.TagClassName
{
border-color: #BC320F;
}
</style>