Html Css Color HEX #BE2A00 Harley Davidson Orange
📋 copy color: '#BE2A00'red 190 ◦ green 42 ◦ blue 0
Shades of Harley Davidson Orange #BE2A00
Tints of Harley Davidson Orange #BE2A00
RGB
CMYK
RGB Variations
Color information
#BE2A00 (or 0xBE2A00) is known color: Harley Davidson Orange. HEX triplet: BE, 2A and 00. RGB value is (190,42,0). Sum of RGB (Red+Green+Blue) = 190+42+0=232 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.90% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2A00 is #41D5FF. Grayscale: #515151. Windows color (decimal): -4314624 or 10942. OLE color: 10942.
HSL color Cylindrical-coordinate representation of color #BE2A00: hue angle of 13.26º 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 #BE2A00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.25 |
| HSL | 13.26º | 1% | 0.37% | - |
| HSV(B) | 13.26º | 1% | 0.75% | - |
| XYZ | 22.06 | 12.6 | 1.27 | - |
| YUV | 81.46 | 82.03 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 0 | 0 | 0.78 | 1 | 0.25 | 13.26 | 1 | 0.37 |
| Hex | BE | 2A | 0 | 0 | 4E | 64 | 19 | D | 64 | 25 |
| Octal | 276 | 52 | 0 | 0 | 116 | 144 | 31 | 15 | 144 | 45 |
| Binary | 10111110 | 101010 | 0 | 0 | 1001110 | 1100100 | 11001 | 1101 | 1100100 | 100101 |
Color Harmonies of #BE2A00
Complementary color
Monochromatic Colors of #BE2A00
Black with #BE2A00
Text Example
Text Example
White with #BE2A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A00; }
p { color: rgb(190,42,0); }
H1.HeaderClassName
{
color: #BE2A00;
}
.AnyTagClassName
{
color: #BE2A00;
}
</style>
background-color css
<style>
a { background-color: #BE2A00; }
a { background-color: rgb(190,42,0); }
div.DivClassName
{
background-color: #BE2A00;
}
.BgClassName
{
background-color: #BE2A00;
}
</style>
border-color css
<style>
span { border-color: #BE2A00; }
span { border-color: rgb(190,42,0); }
td.TdClassName
{
border-color: #BE2A00;
}
.TagClassName
{
border-color: #BE2A00;
}
</style>