Html Css Color HEX #BE2000 Harley Davidson Orange
📋 copy color: '#BE2000'red 190 ◦ green 32 ◦ blue 0
Shades of Harley Davidson Orange #BE2000
Tints of Harley Davidson Orange #BE2000
RGB
CMYK
RGB Variations
Color information
#BE2000 (or 0xBE2000) is known color: Harley Davidson Orange. HEX triplet: BE, 20 and 00. RGB value is (190,32,0). Sum of RGB (Red+Green+Blue) = 190+32+0=222 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.59% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2000 is #41DFFF. Grayscale: #4B4B4B. Windows color (decimal): -4317184 or 8382. OLE color: 8382.
HSL color Cylindrical-coordinate representation of color #BE2000: hue angle of 10.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE2000 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.25 |
| HSL | 10.11º | 1% | 0.37% | - |
| HSV(B) | 10.11º | 1% | 0.75% | - |
| XYZ | 21.75 | 11.98 | 1.17 | - |
| YUV | 75.59 | 85.35 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 0 | 0 | 0.83 | 1 | 0.25 | 10.11 | 1 | 0.37 |
| Hex | BE | 20 | 0 | 0 | 53 | 64 | 19 | A | 64 | 25 |
| Octal | 276 | 40 | 0 | 0 | 123 | 144 | 31 | 12 | 144 | 45 |
| Binary | 10111110 | 100000 | 0 | 0 | 1010011 | 1100100 | 11001 | 1010 | 1100100 | 100101 |
Color Harmonies of #BE2000
Complementary color
Monochromatic Colors of #BE2000
Black with #BE2000
Text Example
Text Example
White with #BE2000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2000; }
p { color: rgb(190,32,0); }
H1.HeaderClassName
{
color: #BE2000;
}
.AnyTagClassName
{
color: #BE2000;
}
</style>
background-color css
<style>
a { background-color: #BE2000; }
a { background-color: rgb(190,32,0); }
div.DivClassName
{
background-color: #BE2000;
}
.BgClassName
{
background-color: #BE2000;
}
</style>
border-color css
<style>
span { border-color: #BE2000; }
span { border-color: rgb(190,32,0); }
td.TdClassName
{
border-color: #BE2000;
}
.TagClassName
{
border-color: #BE2000;
}
</style>