Html Css Color HEX #BE2E06 Harley Davidson Orange
📋 copy color: '#BE2E06'red 190 ◦ green 46 ◦ blue 6
Shades of Harley Davidson Orange #BE2E06
Tints of Harley Davidson Orange #BE2E06
RGB
CMYK
RGB Variations
Color information
#BE2E06 (or 0xBE2E06) is known color: Harley Davidson Orange. HEX triplet: BE, 2E and 06. RGB value is (190,46,6). Sum of RGB (Red+Green+Blue) = 190+46+6=242 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.51% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2E06 is #41D1F9. Grayscale: #545454. Windows color (decimal): -4313594 or 405182. OLE color: 405182.
HSL color Cylindrical-coordinate representation of color #BE2E06: hue angle of 13.04º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE2E06 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 46 | 6 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.25 |
| HSL | 13.04º | 0.94% | 0.38% | - |
| HSV(B) | 13.04º | 0.97% | 0.75% | - |
| XYZ | 22.25 | 12.91 | 1.49 | - |
| YUV | 84.5 | 83.71 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 6 | 0 | 0.76 | 0.97 | 0.25 | 13.04 | 0.94 | 0.38 |
| Hex | BE | 2E | 6 | 0 | 4C | 61 | 19 | D | 5E | 26 |
| Octal | 276 | 56 | 6 | 0 | 114 | 141 | 31 | 15 | 136 | 46 |
| Binary | 10111110 | 101110 | 110 | 0 | 1001100 | 1100001 | 11001 | 1101 | 1011110 | 100110 |
Color Harmonies of #BE2E06
Complementary color
Monochromatic Colors of #BE2E06
Black with #BE2E06
Text Example
Text Example
White with #BE2E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2E06; }
p { color: rgb(190,46,6); }
H1.HeaderClassName
{
color: #BE2E06;
}
.AnyTagClassName
{
color: #BE2E06;
}
</style>
background-color css
<style>
a { background-color: #BE2E06; }
a { background-color: rgb(190,46,6); }
div.DivClassName
{
background-color: #BE2E06;
}
.BgClassName
{
background-color: #BE2E06;
}
</style>
border-color css
<style>
span { border-color: #BE2E06; }
span { border-color: rgb(190,46,6); }
td.TdClassName
{
border-color: #BE2E06;
}
.TagClassName
{
border-color: #BE2E06;
}
</style>