Html Css Color HEX #BE2007 Harley Davidson Orange
📋 copy color: '#BE2007'red 190 ◦ green 32 ◦ blue 7
Shades of Harley Davidson Orange #BE2007
Tints of Harley Davidson Orange #BE2007
RGB
CMYK
RGB Variations
Color information
#BE2007 (or 0xBE2007) is known color: Harley Davidson Orange. HEX triplet: BE, 20 and 07. RGB value is (190,32,7). Sum of RGB (Red+Green+Blue) = 190+32+7=229 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.97% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2007 is #41DFF8. Grayscale: #4C4C4C. Windows color (decimal): -4317177 or 467134. OLE color: 467134.
HSL color Cylindrical-coordinate representation of color #BE2007: hue angle of 8.2º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE2007 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 7 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.25 |
| HSL | 8.2º | 0.93% | 0.39% | - |
| HSV(B) | 8.2º | 0.96% | 0.75% | - |
| XYZ | 21.79 | 12 | 1.37 | - |
| YUV | 76.39 | 88.85 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 7 | 0 | 0.83 | 0.96 | 0.25 | 8.2 | 0.93 | 0.39 |
| Hex | BE | 20 | 7 | 0 | 53 | 60 | 19 | 8 | 5D | 27 |
| Octal | 276 | 40 | 7 | 0 | 123 | 140 | 31 | 10 | 135 | 47 |
| Binary | 10111110 | 100000 | 111 | 0 | 1010011 | 1100000 | 11001 | 1000 | 1011101 | 100111 |
Color Harmonies of #BE2007
Complementary color
Monochromatic Colors of #BE2007
Black with #BE2007
Text Example
Text Example
White with #BE2007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2007; }
p { color: rgb(190,32,7); }
H1.HeaderClassName
{
color: #BE2007;
}
.AnyTagClassName
{
color: #BE2007;
}
</style>
background-color css
<style>
a { background-color: #BE2007; }
a { background-color: rgb(190,32,7); }
div.DivClassName
{
background-color: #BE2007;
}
.BgClassName
{
background-color: #BE2007;
}
</style>
border-color css
<style>
span { border-color: #BE2007; }
span { border-color: rgb(190,32,7); }
td.TdClassName
{
border-color: #BE2007;
}
.TagClassName
{
border-color: #BE2007;
}
</style>