Html Css Color HEX #BC331C Harley Davidson Orange
📋 copy color: '#BC331C'red 188 ◦ green 51 ◦ blue 28
Shades of Harley Davidson Orange #BC331C
Tints of Harley Davidson Orange #BC331C
RGB
CMYK
RGB Variations
Color information
#BC331C (or 0xBC331C) is known color: Harley Davidson Orange. HEX triplet: BC, 33 and 1C. RGB value is (188,51,28). Sum of RGB (Red+Green+Blue) = 188+51+28=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC331C is #43CCE3. Grayscale: #595959. Windows color (decimal): -4443364 or 1848252. OLE color: 1848252.
HSL color Cylindrical-coordinate representation of color #BC331C: hue angle of 8.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC331C is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 28 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.26 |
| HSL | 8.63º | 0.74% | 0.42% | - |
| HSV(B) | 8.63º | 0.85% | 0.74% | - |
| XYZ | 22.13 | 13.14 | 2.47 | - |
| YUV | 89.34 | 93.39 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 28 | 0 | 0.73 | 0.85 | 0.26 | 8.63 | 0.74 | 0.42 |
| Hex | BC | 33 | 1C | 0 | 49 | 55 | 1A | 9 | 4A | 2A |
| Octal | 274 | 63 | 34 | 0 | 111 | 125 | 32 | 11 | 112 | 52 |
| Binary | 10111100 | 110011 | 11100 | 0 | 1001001 | 1010101 | 11010 | 1001 | 1001010 | 101010 |
Color Harmonies of #BC331C
Complementary color
Monochromatic Colors of #BC331C
Black with #BC331C
Text Example
Text Example
White with #BC331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC331C; }
p { color: rgb(188,51,28); }
H1.HeaderClassName
{
color: #BC331C;
}
.AnyTagClassName
{
color: #BC331C;
}
</style>
background-color css
<style>
a { background-color: #BC331C; }
a { background-color: rgb(188,51,28); }
div.DivClassName
{
background-color: #BC331C;
}
.BgClassName
{
background-color: #BC331C;
}
</style>
border-color css
<style>
span { border-color: #BC331C; }
span { border-color: rgb(188,51,28); }
td.TdClassName
{
border-color: #BC331C;
}
.TagClassName
{
border-color: #BC331C;
}
</style>