Html Css Color HEX #BE3E20 Harley Davidson Orange
📋 copy color: '#BE3E20'red 190 ◦ green 62 ◦ blue 32
Shades of Harley Davidson Orange #BE3E20
Tints of Harley Davidson Orange #BE3E20
RGB
CMYK
RGB Variations
Color information
#BE3E20 (or 0xBE3E20) is known color: Harley Davidson Orange. HEX triplet: BE, 3E and 20. RGB value is (190,62,32). Sum of RGB (Red+Green+Blue) = 190+62+32=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E20 is #41C1DF. Grayscale: #616161. Windows color (decimal): -4309472 or 2113214. OLE color: 2113214.
HSL color Cylindrical-coordinate representation of color #BE3E20: hue angle of 11.39º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE3E20 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 32 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.25 |
| HSL | 11.39º | 0.71% | 0.44% | - |
| HSV(B) | 11.39º | 0.83% | 0.75% | - |
| XYZ | 23.22 | 14.5 | 2.94 | - |
| YUV | 96.85 | 91.41 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 32 | 0 | 0.67 | 0.83 | 0.25 | 11.39 | 0.71 | 0.44 |
| Hex | BE | 3E | 20 | 0 | 43 | 53 | 19 | B | 47 | 2C |
| Octal | 276 | 76 | 40 | 0 | 103 | 123 | 31 | 13 | 107 | 54 |
| Binary | 10111110 | 111110 | 100000 | 0 | 1000011 | 1010011 | 11001 | 1011 | 1000111 | 101100 |
Color Harmonies of #BE3E20
Complementary color
Monochromatic Colors of #BE3E20
Black with #BE3E20
Text Example
Text Example
White with #BE3E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E20; }
p { color: rgb(190,62,32); }
H1.HeaderClassName
{
color: #BE3E20;
}
.AnyTagClassName
{
color: #BE3E20;
}
</style>
background-color css
<style>
a { background-color: #BE3E20; }
a { background-color: rgb(190,62,32); }
div.DivClassName
{
background-color: #BE3E20;
}
.BgClassName
{
background-color: #BE3E20;
}
</style>
border-color css
<style>
span { border-color: #BE3E20; }
span { border-color: rgb(190,62,32); }
td.TdClassName
{
border-color: #BE3E20;
}
.TagClassName
{
border-color: #BE3E20;
}
</style>