Html Css Color HEX #BE2506 Harley Davidson Orange
📋 copy color: '#BE2506'red 190 ◦ green 37 ◦ blue 6
Shades of Harley Davidson Orange #BE2506
Tints of Harley Davidson Orange #BE2506
RGB
CMYK
RGB Variations
Color information
#BE2506 (or 0xBE2506) is known color: Harley Davidson Orange. HEX triplet: BE, 25 and 06. RGB value is (190,37,6). Sum of RGB (Red+Green+Blue) = 190+37+6=233 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.55% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2506 is #41DAF9. Grayscale: #4F4F4F. Windows color (decimal): -4315898 or 402878. OLE color: 402878.
HSL color Cylindrical-coordinate representation of color #BE2506: hue angle of 10.11º 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 #BE2506 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 6 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.25 |
| HSL | 10.11º | 0.94% | 0.38% | - |
| HSV(B) | 10.11º | 0.97% | 0.75% | - |
| XYZ | 21.93 | 12.28 | 1.39 | - |
| YUV | 79.21 | 86.69 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 6 | 0 | 0.81 | 0.97 | 0.25 | 10.11 | 0.94 | 0.38 |
| Hex | BE | 25 | 6 | 0 | 51 | 61 | 19 | A | 5E | 26 |
| Octal | 276 | 45 | 6 | 0 | 121 | 141 | 31 | 12 | 136 | 46 |
| Binary | 10111110 | 100101 | 110 | 0 | 1010001 | 1100001 | 11001 | 1010 | 1011110 | 100110 |
Color Harmonies of #BE2506
Complementary color
Monochromatic Colors of #BE2506
Black with #BE2506
Text Example
Text Example
White with #BE2506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2506; }
p { color: rgb(190,37,6); }
H1.HeaderClassName
{
color: #BE2506;
}
.AnyTagClassName
{
color: #BE2506;
}
</style>
background-color css
<style>
a { background-color: #BE2506; }
a { background-color: rgb(190,37,6); }
div.DivClassName
{
background-color: #BE2506;
}
.BgClassName
{
background-color: #BE2506;
}
</style>
border-color css
<style>
span { border-color: #BE2506; }
span { border-color: rgb(190,37,6); }
td.TdClassName
{
border-color: #BE2506;
}
.TagClassName
{
border-color: #BE2506;
}
</style>