Html Css Color HEX #BE320F Harley Davidson Orange
📋 copy color: '#BE320F'red 190 ◦ green 50 ◦ blue 15
Shades of Harley Davidson Orange #BE320F
Tints of Harley Davidson Orange #BE320F
RGB
CMYK
RGB Variations
Color information
#BE320F (or 0xBE320F) is known color: Harley Davidson Orange. HEX triplet: BE, 32 and 0F. RGB value is (190,50,15). Sum of RGB (Red+Green+Blue) = 190+50+15=255 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.51% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 190 - color contains mainly: red. Hex color #BE320F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE320F is #41CDF0. Grayscale: #585858. Windows color (decimal): -4312561 or 996030. OLE color: 996030.
HSL color Cylindrical-coordinate representation of color #BE320F: hue angle of 12º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE320F is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 50 | 15 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.25 |
| HSL | 12º | 0.85% | 0.4% | - |
| HSV(B) | 12º | 0.92% | 0.75% | - |
| XYZ | 22.46 | 13.26 | 1.83 | - |
| YUV | 87.87 | 86.88 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 15 | 0 | 0.74 | 0.92 | 0.25 | 12 | 0.85 | 0.4 |
| Hex | BE | 32 | F | 0 | 4A | 5C | 19 | C | 55 | 28 |
| Octal | 276 | 62 | 17 | 0 | 112 | 134 | 31 | 14 | 125 | 50 |
| Binary | 10111110 | 110010 | 1111 | 0 | 1001010 | 1011100 | 11001 | 1100 | 1010101 | 101000 |
Color Harmonies of #BE320F
Complementary color
Monochromatic Colors of #BE320F
Black with #BE320F
Text Example
Text Example
White with #BE320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE320F; }
p { color: rgb(190,50,15); }
H1.HeaderClassName
{
color: #BE320F;
}
.AnyTagClassName
{
color: #BE320F;
}
</style>
background-color css
<style>
a { background-color: #BE320F; }
a { background-color: rgb(190,50,15); }
div.DivClassName
{
background-color: #BE320F;
}
.BgClassName
{
background-color: #BE320F;
}
</style>
border-color css
<style>
span { border-color: #BE320F; }
span { border-color: rgb(190,50,15); }
td.TdClassName
{
border-color: #BE320F;
}
.TagClassName
{
border-color: #BE320F;
}
</style>