Html Css Color HEX #BE220A Harley Davidson Orange
📋 copy color: '#BE220A'red 190 ◦ green 34 ◦ blue 10
Shades of Harley Davidson Orange #BE220A
Tints of Harley Davidson Orange #BE220A
RGB
CMYK
RGB Variations
Color information
#BE220A (or 0xBE220A) is known color: Harley Davidson Orange. HEX triplet: BE, 22 and 0A. RGB value is (190,34,10). Sum of RGB (Red+Green+Blue) = 190+34+10=234 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.20% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 190 - color contains mainly: red. Hex color #BE220A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE220A is #41DDF5. Grayscale: #4E4E4E. Windows color (decimal): -4316662 or 664254. OLE color: 664254.
HSL color Cylindrical-coordinate representation of color #BE220A: hue angle of 8º 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 #BE220A is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 10 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.25 |
| HSL | 8º | 0.9% | 0.39% | - |
| HSV(B) | 8º | 0.95% | 0.75% | - |
| XYZ | 21.86 | 12.11 | 1.47 | - |
| YUV | 77.91 | 89.68 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 10 | 0 | 0.82 | 0.95 | 0.25 | 8 | 0.9 | 0.39 |
| Hex | BE | 22 | A | 0 | 52 | 5F | 19 | 8 | 5A | 27 |
| Octal | 276 | 42 | 12 | 0 | 122 | 137 | 31 | 10 | 132 | 47 |
| Binary | 10111110 | 100010 | 1010 | 0 | 1010010 | 1011111 | 11001 | 1000 | 1011010 | 100111 |
Color Harmonies of #BE220A
Complementary color
Monochromatic Colors of #BE220A
Black with #BE220A
Text Example
Text Example
White with #BE220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE220A; }
p { color: rgb(190,34,10); }
H1.HeaderClassName
{
color: #BE220A;
}
.AnyTagClassName
{
color: #BE220A;
}
</style>
background-color css
<style>
a { background-color: #BE220A; }
a { background-color: rgb(190,34,10); }
div.DivClassName
{
background-color: #BE220A;
}
.BgClassName
{
background-color: #BE220A;
}
</style>
border-color css
<style>
span { border-color: #BE220A; }
span { border-color: rgb(190,34,10); }
td.TdClassName
{
border-color: #BE220A;
}
.TagClassName
{
border-color: #BE220A;
}
</style>