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