Html Css Color HEX #BE371C Harley Davidson Orange
📋 copy color: '#BE371C'red 190 ◦ green 55 ◦ blue 28
Shades of Harley Davidson Orange #BE371C
Tints of Harley Davidson Orange #BE371C
RGB
CMYK
RGB Variations
Color information
#BE371C (or 0xBE371C) is known color: Harley Davidson Orange. HEX triplet: BE, 37 and 1C. RGB value is (190,55,28). Sum of RGB (Red+Green+Blue) = 190+55+28=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE371C is #41C8E3. Grayscale: #5C5C5C. Windows color (decimal): -4311268 or 1849278. OLE color: 1849278.
HSL color Cylindrical-coordinate representation of color #BE371C: hue angle of 10º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE371C is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 55 | 28 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.25 |
| HSL | 10º | 0.74% | 0.43% | - |
| HSV(B) | 10º | 0.85% | 0.75% | - |
| XYZ | 22.81 | 13.76 | 2.55 | - |
| YUV | 92.29 | 91.73 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 55 | 28 | 0 | 0.71 | 0.85 | 0.25 | 10 | 0.74 | 0.43 |
| Hex | BE | 37 | 1C | 0 | 47 | 55 | 19 | A | 4A | 2B |
| Octal | 276 | 67 | 34 | 0 | 107 | 125 | 31 | 12 | 112 | 53 |
| Binary | 10111110 | 110111 | 11100 | 0 | 1000111 | 1010101 | 11001 | 1010 | 1001010 | 101011 |
Color Harmonies of #BE371C
Complementary color
Monochromatic Colors of #BE371C
Black with #BE371C
Text Example
Text Example
White with #BE371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE371C; }
p { color: rgb(190,55,28); }
H1.HeaderClassName
{
color: #BE371C;
}
.AnyTagClassName
{
color: #BE371C;
}
</style>
background-color css
<style>
a { background-color: #BE371C; }
a { background-color: rgb(190,55,28); }
div.DivClassName
{
background-color: #BE371C;
}
.BgClassName
{
background-color: #BE371C;
}
</style>
border-color css
<style>
span { border-color: #BE371C; }
span { border-color: rgb(190,55,28); }
td.TdClassName
{
border-color: #BE371C;
}
.TagClassName
{
border-color: #BE371C;
}
</style>