Html Css Color HEX #BE3A17 Harley Davidson Orange
📋 copy color: '#BE3A17'red 190 ◦ green 58 ◦ blue 23
Shades of Harley Davidson Orange #BE3A17
Tints of Harley Davidson Orange #BE3A17
RGB
CMYK
RGB Variations
Color information
#BE3A17 (or 0xBE3A17) is known color: Harley Davidson Orange. HEX triplet: BE, 3A and 17. RGB value is (190,58,23). Sum of RGB (Red+Green+Blue) = 190+58+23=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3A17 is #41C5E8. Grayscale: #5D5D5D. Windows color (decimal): -4310505 or 1522366. OLE color: 1522366.
HSL color Cylindrical-coordinate representation of color #BE3A17: hue angle of 12.57º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE3A17 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 23 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.25 |
| HSL | 12.57º | 0.78% | 0.42% | - |
| HSV(B) | 12.57º | 0.88% | 0.75% | - |
| XYZ | 22.9 | 14.04 | 2.31 | - |
| YUV | 93.48 | 88.23 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 23 | 0 | 0.69 | 0.88 | 0.25 | 12.57 | 0.78 | 0.42 |
| Hex | BE | 3A | 17 | 0 | 45 | 58 | 19 | D | 4E | 2A |
| Octal | 276 | 72 | 27 | 0 | 105 | 130 | 31 | 15 | 116 | 52 |
| Binary | 10111110 | 111010 | 10111 | 0 | 1000101 | 1011000 | 11001 | 1101 | 1001110 | 101010 |
Color Harmonies of #BE3A17
Complementary color
Monochromatic Colors of #BE3A17
Black with #BE3A17
Text Example
Text Example
White with #BE3A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A17; }
p { color: rgb(190,58,23); }
H1.HeaderClassName
{
color: #BE3A17;
}
.AnyTagClassName
{
color: #BE3A17;
}
</style>
background-color css
<style>
a { background-color: #BE3A17; }
a { background-color: rgb(190,58,23); }
div.DivClassName
{
background-color: #BE3A17;
}
.BgClassName
{
background-color: #BE3A17;
}
</style>
border-color css
<style>
span { border-color: #BE3A17; }
span { border-color: rgb(190,58,23); }
td.TdClassName
{
border-color: #BE3A17;
}
.TagClassName
{
border-color: #BE3A17;
}
</style>