Html Css Color HEX #BE3D1E Harley Davidson Orange
📋 copy color: '#BE3D1E'red 190 ◦ green 61 ◦ blue 30
Shades of Harley Davidson Orange #BE3D1E
Tints of Harley Davidson Orange #BE3D1E
RGB
CMYK
RGB Variations
Color information
#BE3D1E (or 0xBE3D1E) is known color: Harley Davidson Orange. HEX triplet: BE, 3D and 1E. RGB value is (190,61,30). Sum of RGB (Red+Green+Blue) = 190+61+30=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3D1E is #41C2E1. Grayscale: #606060. Windows color (decimal): -4309730 or 1981886. OLE color: 1981886.
HSL color Cylindrical-coordinate representation of color #BE3D1E: hue angle of 11.62º 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 #BE3D1E is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 30 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.25 |
| HSL | 11.63º | 0.73% | 0.43% | - |
| HSV(B) | 11.63º | 0.84% | 0.75% | - |
| XYZ | 23.14 | 14.38 | 2.78 | - |
| YUV | 96.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 30 | 0 | 0.68 | 0.84 | 0.25 | 11.63 | 0.73 | 0.43 |
| Hex | BE | 3D | 1E | 0 | 44 | 54 | 19 | C | 49 | 2B |
| Octal | 276 | 75 | 36 | 0 | 104 | 124 | 31 | 14 | 111 | 53 |
| Binary | 10111110 | 111101 | 11110 | 0 | 1000100 | 1010100 | 11001 | 1100 | 1001001 | 101011 |
Color Harmonies of #BE3D1E
Complementary color
Monochromatic Colors of #BE3D1E
Black with #BE3D1E
Text Example
Text Example
White with #BE3D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3D1E; }
p { color: rgb(190,61,30); }
H1.HeaderClassName
{
color: #BE3D1E;
}
.AnyTagClassName
{
color: #BE3D1E;
}
</style>
background-color css
<style>
a { background-color: #BE3D1E; }
a { background-color: rgb(190,61,30); }
div.DivClassName
{
background-color: #BE3D1E;
}
.BgClassName
{
background-color: #BE3D1E;
}
</style>
border-color css
<style>
span { border-color: #BE3D1E; }
span { border-color: rgb(190,61,30); }
td.TdClassName
{
border-color: #BE3D1E;
}
.TagClassName
{
border-color: #BE3D1E;
}
</style>