Html Css Color HEX #BC351E Harley Davidson Orange
📋 copy color: '#BC351E'red 188 ◦ green 53 ◦ blue 30
Shades of Harley Davidson Orange #BC351E
Tints of Harley Davidson Orange #BC351E
RGB
CMYK
RGB Variations
Color information
#BC351E (or 0xBC351E) is known color: Harley Davidson Orange. HEX triplet: BC, 35 and 1E. RGB value is (188,53,30). Sum of RGB (Red+Green+Blue) = 188+53+30=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC351E is #43CAE1. Grayscale: #5A5A5A. Windows color (decimal): -4442850 or 1979836. OLE color: 1979836.
HSL color Cylindrical-coordinate representation of color #BC351E: hue angle of 8.73º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC351E is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 30 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.26 |
| HSL | 8.73º | 0.72% | 0.43% | - |
| HSV(B) | 8.73º | 0.84% | 0.74% | - |
| XYZ | 22.25 | 13.33 | 2.63 | - |
| YUV | 90.74 | 93.73 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 30 | 0 | 0.72 | 0.84 | 0.26 | 8.73 | 0.72 | 0.43 |
| Hex | BC | 35 | 1E | 0 | 48 | 54 | 1A | 9 | 48 | 2B |
| Octal | 274 | 65 | 36 | 0 | 110 | 124 | 32 | 11 | 110 | 53 |
| Binary | 10111100 | 110101 | 11110 | 0 | 1001000 | 1010100 | 11010 | 1001 | 1001000 | 101011 |
Color Harmonies of #BC351E
Complementary color
Monochromatic Colors of #BC351E
Black with #BC351E
Text Example
Text Example
White with #BC351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC351E; }
p { color: rgb(188,53,30); }
H1.HeaderClassName
{
color: #BC351E;
}
.AnyTagClassName
{
color: #BC351E;
}
</style>
background-color css
<style>
a { background-color: #BC351E; }
a { background-color: rgb(188,53,30); }
div.DivClassName
{
background-color: #BC351E;
}
.BgClassName
{
background-color: #BC351E;
}
</style>
border-color css
<style>
span { border-color: #BC351E; }
span { border-color: rgb(188,53,30); }
td.TdClassName
{
border-color: #BC351E;
}
.TagClassName
{
border-color: #BC351E;
}
</style>