Html Css Color HEX #BE3A1A Harley Davidson Orange
📋 copy color: '#BE3A1A'red 190 ◦ green 58 ◦ blue 26
Shades of Harley Davidson Orange #BE3A1A
Tints of Harley Davidson Orange #BE3A1A
RGB
CMYK
RGB Variations
Color information
#BE3A1A (or 0xBE3A1A) is known color: Harley Davidson Orange. HEX triplet: BE, 3A and 1A. RGB value is (190,58,26). Sum of RGB (Red+Green+Blue) = 190+58+26=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A1A is #41C5E5. Grayscale: #5E5E5E. Windows color (decimal): -4310502 or 1718974. OLE color: 1718974.
HSL color Cylindrical-coordinate representation of color #BE3A1A: hue angle of 11.71º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE3A1A is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 26 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.25 |
| HSL | 11.71º | 0.76% | 0.42% | - |
| HSV(B) | 11.71º | 0.86% | 0.75% | - |
| XYZ | 22.93 | 14.05 | 2.48 | - |
| YUV | 93.82 | 89.73 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 26 | 0 | 0.69 | 0.86 | 0.25 | 11.71 | 0.76 | 0.42 |
| Hex | BE | 3A | 1A | 0 | 45 | 56 | 19 | C | 4C | 2A |
| Octal | 276 | 72 | 32 | 0 | 105 | 126 | 31 | 14 | 114 | 52 |
| Binary | 10111110 | 111010 | 11010 | 0 | 1000101 | 1010110 | 11001 | 1100 | 1001100 | 101010 |
Color Harmonies of #BE3A1A
Complementary color
Monochromatic Colors of #BE3A1A
Black with #BE3A1A
Text Example
Text Example
White with #BE3A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A1A; }
p { color: rgb(190,58,26); }
H1.HeaderClassName
{
color: #BE3A1A;
}
.AnyTagClassName
{
color: #BE3A1A;
}
</style>
background-color css
<style>
a { background-color: #BE3A1A; }
a { background-color: rgb(190,58,26); }
div.DivClassName
{
background-color: #BE3A1A;
}
.BgClassName
{
background-color: #BE3A1A;
}
</style>
border-color css
<style>
span { border-color: #BE3A1A; }
span { border-color: rgb(190,58,26); }
td.TdClassName
{
border-color: #BE3A1A;
}
.TagClassName
{
border-color: #BE3A1A;
}
</style>