Html Css Color HEX #BE200B Harley Davidson Orange
📋 copy color: '#BE200B'red 190 ◦ green 32 ◦ blue 11
Shades of Harley Davidson Orange #BE200B
Tints of Harley Davidson Orange #BE200B
RGB
CMYK
RGB Variations
Color information
#BE200B (or 0xBE200B) is known color: Harley Davidson Orange. HEX triplet: BE, 20 and 0B. RGB value is (190,32,11). Sum of RGB (Red+Green+Blue) = 190+32+11=233 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.55% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 190 - color contains mainly: red. Hex color #BE200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE200B is #41DFF4. Grayscale: #4D4D4D. Windows color (decimal): -4317173 or 729278. OLE color: 729278.
HSL color Cylindrical-coordinate representation of color #BE200B: hue angle of 7.04º 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 #BE200B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 11 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.25 |
| HSL | 7.04º | 0.89% | 0.39% | - |
| HSV(B) | 7.04º | 0.94% | 0.75% | - |
| XYZ | 21.81 | 12 | 1.48 | - |
| YUV | 76.85 | 90.85 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 11 | 0 | 0.83 | 0.94 | 0.25 | 7.04 | 0.89 | 0.39 |
| Hex | BE | 20 | B | 0 | 53 | 5E | 19 | 7 | 59 | 27 |
| Octal | 276 | 40 | 13 | 0 | 123 | 136 | 31 | 7 | 131 | 47 |
| Binary | 10111110 | 100000 | 1011 | 0 | 1010011 | 1011110 | 11001 | 111 | 1011001 | 100111 |
Color Harmonies of #BE200B
Complementary color
Monochromatic Colors of #BE200B
Black with #BE200B
Text Example
Text Example
White with #BE200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE200B; }
p { color: rgb(190,32,11); }
H1.HeaderClassName
{
color: #BE200B;
}
.AnyTagClassName
{
color: #BE200B;
}
</style>
background-color css
<style>
a { background-color: #BE200B; }
a { background-color: rgb(190,32,11); }
div.DivClassName
{
background-color: #BE200B;
}
.BgClassName
{
background-color: #BE200B;
}
</style>
border-color css
<style>
span { border-color: #BE200B; }
span { border-color: rgb(190,32,11); }
td.TdClassName
{
border-color: #BE200B;
}
.TagClassName
{
border-color: #BE200B;
}
</style>