Html Css Color HEX #BE320A Harley Davidson Orange
📋 copy color: '#BE320A'red 190 ◦ green 50 ◦ blue 10
Shades of Harley Davidson Orange #BE320A
Tints of Harley Davidson Orange #BE320A
RGB
CMYK
RGB Variations
Color information
#BE320A (or 0xBE320A) is known color: Harley Davidson Orange. HEX triplet: BE, 32 and 0A. RGB value is (190,50,10). Sum of RGB (Red+Green+Blue) = 190+50+10=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE320A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE320A is #41CDF5. Grayscale: #575757. Windows color (decimal): -4312566 or 668350. OLE color: 668350.
HSL color Cylindrical-coordinate representation of color #BE320A: hue angle of 13.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE320A is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 50 | 10 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.25 |
| HSL | 13.33º | 0.9% | 0.39% | - |
| HSV(B) | 13.33º | 0.95% | 0.75% | - |
| XYZ | 22.43 | 13.25 | 1.66 | - |
| YUV | 87.3 | 84.38 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 10 | 0 | 0.74 | 0.95 | 0.25 | 13.33 | 0.9 | 0.39 |
| Hex | BE | 32 | A | 0 | 4A | 5F | 19 | D | 5A | 27 |
| Octal | 276 | 62 | 12 | 0 | 112 | 137 | 31 | 15 | 132 | 47 |
| Binary | 10111110 | 110010 | 1010 | 0 | 1001010 | 1011111 | 11001 | 1101 | 1011010 | 100111 |
Color Harmonies of #BE320A
Complementary color
Monochromatic Colors of #BE320A
Black with #BE320A
Text Example
Text Example
White with #BE320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE320A; }
p { color: rgb(190,50,10); }
H1.HeaderClassName
{
color: #BE320A;
}
.AnyTagClassName
{
color: #BE320A;
}
</style>
background-color css
<style>
a { background-color: #BE320A; }
a { background-color: rgb(190,50,10); }
div.DivClassName
{
background-color: #BE320A;
}
.BgClassName
{
background-color: #BE320A;
}
</style>
border-color css
<style>
span { border-color: #BE320A; }
span { border-color: rgb(190,50,10); }
td.TdClassName
{
border-color: #BE320A;
}
.TagClassName
{
border-color: #BE320A;
}
</style>