Html Css Color HEX #BE3A1E Harley Davidson Orange
📋 copy color: '#BE3A1E'red 190 ◦ green 58 ◦ blue 30
Shades of Harley Davidson Orange #BE3A1E
Tints of Harley Davidson Orange #BE3A1E
RGB
CMYK
RGB Variations
Color information
#BE3A1E (or 0xBE3A1E) is known color: Harley Davidson Orange. HEX triplet: BE, 3A and 1E. RGB value is (190,58,30). Sum of RGB (Red+Green+Blue) = 190+58+30=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A1E is #41C5E1. Grayscale: #5E5E5E. Windows color (decimal): -4310498 or 1981118. OLE color: 1981118.
HSL color Cylindrical-coordinate representation of color #BE3A1E: hue angle of 10.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE3A1E is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 30 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.25 |
| HSL | 10.5º | 0.73% | 0.43% | - |
| HSV(B) | 10.5º | 0.84% | 0.75% | - |
| XYZ | 22.98 | 14.07 | 2.73 | - |
| YUV | 94.28 | 91.73 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 30 | 0 | 0.69 | 0.84 | 0.25 | 10.5 | 0.73 | 0.43 |
| Hex | BE | 3A | 1E | 0 | 45 | 54 | 19 | A | 49 | 2B |
| Octal | 276 | 72 | 36 | 0 | 105 | 124 | 31 | 12 | 111 | 53 |
| Binary | 10111110 | 111010 | 11110 | 0 | 1000101 | 1010100 | 11001 | 1010 | 1001001 | 101011 |
Color Harmonies of #BE3A1E
Complementary color
Monochromatic Colors of #BE3A1E
Black with #BE3A1E
Text Example
Text Example
White with #BE3A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A1E; }
p { color: rgb(190,58,30); }
H1.HeaderClassName
{
color: #BE3A1E;
}
.AnyTagClassName
{
color: #BE3A1E;
}
</style>
background-color css
<style>
a { background-color: #BE3A1E; }
a { background-color: rgb(190,58,30); }
div.DivClassName
{
background-color: #BE3A1E;
}
.BgClassName
{
background-color: #BE3A1E;
}
</style>
border-color css
<style>
span { border-color: #BE3A1E; }
span { border-color: rgb(190,58,30); }
td.TdClassName
{
border-color: #BE3A1E;
}
.TagClassName
{
border-color: #BE3A1E;
}
</style>