Html Css Color HEX #BE2008 Harley Davidson Orange
📋 copy color: '#BE2008'red 190 ◦ green 32 ◦ blue 8
Shades of Harley Davidson Orange #BE2008
Tints of Harley Davidson Orange #BE2008
RGB
CMYK
RGB Variations
Color information
#BE2008 (or 0xBE2008) is known color: Harley Davidson Orange. HEX triplet: BE, 20 and 08. RGB value is (190,32,8). Sum of RGB (Red+Green+Blue) = 190+32+8=230 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.61% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2008 is #41DFF7. Grayscale: #4C4C4C. Windows color (decimal): -4317176 or 532670. OLE color: 532670.
HSL color Cylindrical-coordinate representation of color #BE2008: hue angle of 7.91º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE2008 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.25 |
| HSL | 7.91º | 0.92% | 0.39% | - |
| HSV(B) | 7.91º | 0.96% | 0.75% | - |
| XYZ | 21.8 | 12 | 1.4 | - |
| YUV | 76.51 | 89.35 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 8 | 0 | 0.83 | 0.96 | 0.25 | 7.91 | 0.92 | 0.39 |
| Hex | BE | 20 | 8 | 0 | 53 | 60 | 19 | 8 | 5C | 27 |
| Octal | 276 | 40 | 10 | 0 | 123 | 140 | 31 | 10 | 134 | 47 |
| Binary | 10111110 | 100000 | 1000 | 0 | 1010011 | 1100000 | 11001 | 1000 | 1011100 | 100111 |
Color Harmonies of #BE2008
Complementary color
Monochromatic Colors of #BE2008
Black with #BE2008
Text Example
Text Example
White with #BE2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2008; }
p { color: rgb(190,32,8); }
H1.HeaderClassName
{
color: #BE2008;
}
.AnyTagClassName
{
color: #BE2008;
}
</style>
background-color css
<style>
a { background-color: #BE2008; }
a { background-color: rgb(190,32,8); }
div.DivClassName
{
background-color: #BE2008;
}
.BgClassName
{
background-color: #BE2008;
}
</style>
border-color css
<style>
span { border-color: #BE2008; }
span { border-color: rgb(190,32,8); }
td.TdClassName
{
border-color: #BE2008;
}
.TagClassName
{
border-color: #BE2008;
}
</style>