Html Css Color HEX #BE3A1D Harley Davidson Orange
📋 copy color: '#BE3A1D'red 190 ◦ green 58 ◦ blue 29
Shades of Harley Davidson Orange #BE3A1D
Tints of Harley Davidson Orange #BE3A1D
RGB
CMYK
RGB Variations
Color information
#BE3A1D (or 0xBE3A1D) is known color: Harley Davidson Orange. HEX triplet: BE, 3A and 1D. RGB value is (190,58,29). Sum of RGB (Red+Green+Blue) = 190+58+29=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A1D is #41C5E2. Grayscale: #5E5E5E. Windows color (decimal): -4310499 or 1915582. OLE color: 1915582.
HSL color Cylindrical-coordinate representation of color #BE3A1D: hue angle of 10.81º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE3A1D is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 29 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.25 |
| HSL | 10.81º | 0.74% | 0.43% | - |
| HSV(B) | 10.81º | 0.85% | 0.75% | - |
| XYZ | 22.97 | 14.06 | 2.67 | - |
| YUV | 94.16 | 91.23 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 29 | 0 | 0.69 | 0.85 | 0.25 | 10.81 | 0.74 | 0.43 |
| Hex | BE | 3A | 1D | 0 | 45 | 55 | 19 | B | 4A | 2B |
| Octal | 276 | 72 | 35 | 0 | 105 | 125 | 31 | 13 | 112 | 53 |
| Binary | 10111110 | 111010 | 11101 | 0 | 1000101 | 1010101 | 11001 | 1011 | 1001010 | 101011 |
Color Harmonies of #BE3A1D
Complementary color
Monochromatic Colors of #BE3A1D
Black with #BE3A1D
Text Example
Text Example
White with #BE3A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A1D; }
p { color: rgb(190,58,29); }
H1.HeaderClassName
{
color: #BE3A1D;
}
.AnyTagClassName
{
color: #BE3A1D;
}
</style>
background-color css
<style>
a { background-color: #BE3A1D; }
a { background-color: rgb(190,58,29); }
div.DivClassName
{
background-color: #BE3A1D;
}
.BgClassName
{
background-color: #BE3A1D;
}
</style>
border-color css
<style>
span { border-color: #BE3A1D; }
span { border-color: rgb(190,58,29); }
td.TdClassName
{
border-color: #BE3A1D;
}
.TagClassName
{
border-color: #BE3A1D;
}
</style>