Html Css Color HEX #BE220B Harley Davidson Orange
📋 copy color: '#BE220B'red 190 ◦ green 34 ◦ blue 11
Shades of Harley Davidson Orange #BE220B
Tints of Harley Davidson Orange #BE220B
RGB
CMYK
RGB Variations
Color information
#BE220B (or 0xBE220B) is known color: Harley Davidson Orange. HEX triplet: BE, 22 and 0B. RGB value is (190,34,11). Sum of RGB (Red+Green+Blue) = 190+34+11=235 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.85% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 190 - color contains mainly: red. Hex color #BE220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE220B is #41DDF4. Grayscale: #4E4E4E. Windows color (decimal): -4316661 or 729790. OLE color: 729790.
HSL color Cylindrical-coordinate representation of color #BE220B: hue angle of 7.71º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE220B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.25 |
| HSL | 7.71º | 0.89% | 0.39% | - |
| HSV(B) | 7.71º | 0.94% | 0.75% | - |
| XYZ | 21.87 | 12.12 | 1.5 | - |
| YUV | 78.02 | 90.18 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 11 | 0 | 0.82 | 0.94 | 0.25 | 7.71 | 0.89 | 0.39 |
| Hex | BE | 22 | B | 0 | 52 | 5E | 19 | 8 | 59 | 27 |
| Octal | 276 | 42 | 13 | 0 | 122 | 136 | 31 | 10 | 131 | 47 |
| Binary | 10111110 | 100010 | 1011 | 0 | 1010010 | 1011110 | 11001 | 1000 | 1011001 | 100111 |
Color Harmonies of #BE220B
Complementary color
Monochromatic Colors of #BE220B
Black with #BE220B
Text Example
Text Example
White with #BE220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE220B; }
p { color: rgb(190,34,11); }
H1.HeaderClassName
{
color: #BE220B;
}
.AnyTagClassName
{
color: #BE220B;
}
</style>
background-color css
<style>
a { background-color: #BE220B; }
a { background-color: rgb(190,34,11); }
div.DivClassName
{
background-color: #BE220B;
}
.BgClassName
{
background-color: #BE220B;
}
</style>
border-color css
<style>
span { border-color: #BE220B; }
span { border-color: rgb(190,34,11); }
td.TdClassName
{
border-color: #BE220B;
}
.TagClassName
{
border-color: #BE220B;
}
</style>