Html Css Color HEX #BC381E Harley Davidson Orange
📋 copy color: '#BC381E'red 188 ◦ green 56 ◦ blue 30
Shades of Harley Davidson Orange #BC381E
Tints of Harley Davidson Orange #BC381E
RGB
CMYK
RGB Variations
Color information
#BC381E (or 0xBC381E) is known color: Harley Davidson Orange. HEX triplet: BC, 38 and 1E. RGB value is (188,56,30). Sum of RGB (Red+Green+Blue) = 188+56+30=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC381E is #43C7E1. Grayscale: #5C5C5C. Windows color (decimal): -4442082 or 1980604. OLE color: 1980604.
HSL color Cylindrical-coordinate representation of color #BC381E: hue angle of 9.87º 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 #BC381E is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 30 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.26 |
| HSL | 9.87º | 0.72% | 0.43% | - |
| HSV(B) | 9.87º | 0.84% | 0.74% | - |
| XYZ | 22.39 | 13.61 | 2.68 | - |
| YUV | 92.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 30 | 0 | 0.70 | 0.84 | 0.26 | 9.87 | 0.72 | 0.43 |
| Hex | BC | 38 | 1E | 0 | 46 | 54 | 1A | A | 48 | 2B |
| Octal | 274 | 70 | 36 | 0 | 106 | 124 | 32 | 12 | 110 | 53 |
| Binary | 10111100 | 111000 | 11110 | 0 | 1000110 | 1010100 | 11010 | 1010 | 1001000 | 101011 |
Color Harmonies of #BC381E
Complementary color
Monochromatic Colors of #BC381E
Black with #BC381E
Text Example
Text Example
White with #BC381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC381E; }
p { color: rgb(188,56,30); }
H1.HeaderClassName
{
color: #BC381E;
}
.AnyTagClassName
{
color: #BC381E;
}
</style>
background-color css
<style>
a { background-color: #BC381E; }
a { background-color: rgb(188,56,30); }
div.DivClassName
{
background-color: #BC381E;
}
.BgClassName
{
background-color: #BC381E;
}
</style>
border-color css
<style>
span { border-color: #BC381E; }
span { border-color: rgb(188,56,30); }
td.TdClassName
{
border-color: #BC381E;
}
.TagClassName
{
border-color: #BC381E;
}
</style>