Html Css Color HEX #BE3A19 Harley Davidson Orange
📋 copy color: '#BE3A19'red 190 ◦ green 58 ◦ blue 25
Shades of Harley Davidson Orange #BE3A19
Tints of Harley Davidson Orange #BE3A19
RGB
CMYK
RGB Variations
Color information
#BE3A19 (or 0xBE3A19) is known color: Harley Davidson Orange. HEX triplet: BE, 3A and 19. RGB value is (190,58,25). Sum of RGB (Red+Green+Blue) = 190+58+25=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3A19 is #41C5E6. Grayscale: #5D5D5D. Windows color (decimal): -4310503 or 1653438. OLE color: 1653438.
HSL color Cylindrical-coordinate representation of color #BE3A19: hue angle of 12º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE3A19 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 25 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.25 |
| HSL | 12º | 0.77% | 0.42% | - |
| HSV(B) | 12º | 0.87% | 0.75% | - |
| XYZ | 22.92 | 14.04 | 2.42 | - |
| YUV | 93.71 | 89.23 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 25 | 0 | 0.69 | 0.87 | 0.25 | 12 | 0.77 | 0.42 |
| Hex | BE | 3A | 19 | 0 | 45 | 57 | 19 | C | 4D | 2A |
| Octal | 276 | 72 | 31 | 0 | 105 | 127 | 31 | 14 | 115 | 52 |
| Binary | 10111110 | 111010 | 11001 | 0 | 1000101 | 1010111 | 11001 | 1100 | 1001101 | 101010 |
Color Harmonies of #BE3A19
Complementary color
Monochromatic Colors of #BE3A19
Black with #BE3A19
Text Example
Text Example
White with #BE3A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A19; }
p { color: rgb(190,58,25); }
H1.HeaderClassName
{
color: #BE3A19;
}
.AnyTagClassName
{
color: #BE3A19;
}
</style>
background-color css
<style>
a { background-color: #BE3A19; }
a { background-color: rgb(190,58,25); }
div.DivClassName
{
background-color: #BE3A19;
}
.BgClassName
{
background-color: #BE3A19;
}
</style>
border-color css
<style>
span { border-color: #BE3A19; }
span { border-color: rgb(190,58,25); }
td.TdClassName
{
border-color: #BE3A19;
}
.TagClassName
{
border-color: #BE3A19;
}
</style>