Html Css Color HEX #BE3A16 Harley Davidson Orange
📋 copy color: '#BE3A16'red 190 ◦ green 58 ◦ blue 22
Shades of Harley Davidson Orange #BE3A16
Tints of Harley Davidson Orange #BE3A16
RGB
CMYK
RGB Variations
Color information
#BE3A16 (or 0xBE3A16) is known color: Harley Davidson Orange. HEX triplet: BE, 3A and 16. RGB value is (190,58,22). Sum of RGB (Red+Green+Blue) = 190+58+22=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3A16 is #41C5E9. Grayscale: #5D5D5D. Windows color (decimal): -4310506 or 1456830. OLE color: 1456830.
HSL color Cylindrical-coordinate representation of color #BE3A16: hue angle of 12.86º 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 #BE3A16 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 22 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.25 |
| HSL | 12.86º | 0.79% | 0.42% | - |
| HSV(B) | 12.86º | 0.88% | 0.75% | - |
| XYZ | 22.89 | 14.03 | 2.26 | - |
| YUV | 93.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 22 | 0 | 0.69 | 0.88 | 0.25 | 12.86 | 0.79 | 0.42 |
| Hex | BE | 3A | 16 | 0 | 45 | 58 | 19 | D | 4F | 2A |
| Octal | 276 | 72 | 26 | 0 | 105 | 130 | 31 | 15 | 117 | 52 |
| Binary | 10111110 | 111010 | 10110 | 0 | 1000101 | 1011000 | 11001 | 1101 | 1001111 | 101010 |
Color Harmonies of #BE3A16
Complementary color
Monochromatic Colors of #BE3A16
Black with #BE3A16
Text Example
Text Example
White with #BE3A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A16; }
p { color: rgb(190,58,22); }
H1.HeaderClassName
{
color: #BE3A16;
}
.AnyTagClassName
{
color: #BE3A16;
}
</style>
background-color css
<style>
a { background-color: #BE3A16; }
a { background-color: rgb(190,58,22); }
div.DivClassName
{
background-color: #BE3A16;
}
.BgClassName
{
background-color: #BE3A16;
}
</style>
border-color css
<style>
span { border-color: #BE3A16; }
span { border-color: rgb(190,58,22); }
td.TdClassName
{
border-color: #BE3A16;
}
.TagClassName
{
border-color: #BE3A16;
}
</style>