Html Css Color HEX #BC351A Harley Davidson Orange
📋 copy color: '#BC351A'red 188 ◦ green 53 ◦ blue 26
Shades of Harley Davidson Orange #BC351A
Tints of Harley Davidson Orange #BC351A
RGB
CMYK
RGB Variations
Color information
#BC351A (or 0xBC351A) is known color: Harley Davidson Orange. HEX triplet: BC, 35 and 1A. RGB value is (188,53,26). Sum of RGB (Red+Green+Blue) = 188+53+26=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC351A is #43CAE5. Grayscale: #5A5A5A. Windows color (decimal): -4442854 or 1717692. OLE color: 1717692.
HSL color Cylindrical-coordinate representation of color #BC351A: hue angle of 10º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC351A is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 26 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.26 |
| HSL | 10º | 0.76% | 0.42% | - |
| HSV(B) | 10º | 0.86% | 0.74% | - |
| XYZ | 22.2 | 13.31 | 2.38 | - |
| YUV | 90.29 | 91.73 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 26 | 0 | 0.72 | 0.86 | 0.26 | 10 | 0.76 | 0.42 |
| Hex | BC | 35 | 1A | 0 | 48 | 56 | 1A | A | 4C | 2A |
| Octal | 274 | 65 | 32 | 0 | 110 | 126 | 32 | 12 | 114 | 52 |
| Binary | 10111100 | 110101 | 11010 | 0 | 1001000 | 1010110 | 11010 | 1010 | 1001100 | 101010 |
Color Harmonies of #BC351A
Complementary color
Monochromatic Colors of #BC351A
Black with #BC351A
Text Example
Text Example
White with #BC351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC351A; }
p { color: rgb(188,53,26); }
H1.HeaderClassName
{
color: #BC351A;
}
.AnyTagClassName
{
color: #BC351A;
}
</style>
background-color css
<style>
a { background-color: #BC351A; }
a { background-color: rgb(188,53,26); }
div.DivClassName
{
background-color: #BC351A;
}
.BgClassName
{
background-color: #BC351A;
}
</style>
border-color css
<style>
span { border-color: #BC351A; }
span { border-color: rgb(188,53,26); }
td.TdClassName
{
border-color: #BC351A;
}
.TagClassName
{
border-color: #BC351A;
}
</style>