Html Css Color HEX #BE2B16 Harley Davidson Orange
📋 copy color: '#BE2B16'red 190 ◦ green 43 ◦ blue 22
Shades of Harley Davidson Orange #BE2B16
Tints of Harley Davidson Orange #BE2B16
RGB
CMYK
RGB Variations
Color information
#BE2B16 (or 0xBE2B16) is known color: Harley Davidson Orange. HEX triplet: BE, 2B and 16. RGB value is (190,43,22). Sum of RGB (Red+Green+Blue) = 190+43+22=255 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.51% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2B16 is #41D4E9. Grayscale: #545454. Windows color (decimal): -4314346 or 1452990. OLE color: 1452990.
HSL color Cylindrical-coordinate representation of color #BE2B16: hue angle of 7.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE2B16 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 43 | 22 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.25 |
| HSL | 7.5º | 0.79% | 0.42% | - |
| HSV(B) | 7.5º | 0.88% | 0.75% | - |
| XYZ | 22.24 | 12.73 | 2.04 | - |
| YUV | 84.56 | 92.7 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 43 | 22 | 0 | 0.77 | 0.88 | 0.25 | 7.5 | 0.79 | 0.42 |
| Hex | BE | 2B | 16 | 0 | 4D | 58 | 19 | 8 | 4F | 2A |
| Octal | 276 | 53 | 26 | 0 | 115 | 130 | 31 | 10 | 117 | 52 |
| Binary | 10111110 | 101011 | 10110 | 0 | 1001101 | 1011000 | 11001 | 1000 | 1001111 | 101010 |
Color Harmonies of #BE2B16
Complementary color
Monochromatic Colors of #BE2B16
Black with #BE2B16
Text Example
Text Example
White with #BE2B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2B16; }
p { color: rgb(190,43,22); }
H1.HeaderClassName
{
color: #BE2B16;
}
.AnyTagClassName
{
color: #BE2B16;
}
</style>
background-color css
<style>
a { background-color: #BE2B16; }
a { background-color: rgb(190,43,22); }
div.DivClassName
{
background-color: #BE2B16;
}
.BgClassName
{
background-color: #BE2B16;
}
</style>
border-color css
<style>
span { border-color: #BE2B16; }
span { border-color: rgb(190,43,22); }
td.TdClassName
{
border-color: #BE2B16;
}
.TagClassName
{
border-color: #BE2B16;
}
</style>