Html Css Color HEX #BE381E Harley Davidson Orange
📋 copy color: '#BE381E'red 190 ◦ green 56 ◦ blue 30
Shades of Harley Davidson Orange #BE381E
Tints of Harley Davidson Orange #BE381E
RGB
CMYK
RGB Variations
Color information
#BE381E (or 0xBE381E) is known color: Harley Davidson Orange. HEX triplet: BE, 38 and 1E. RGB value is (190,56,30). Sum of RGB (Red+Green+Blue) = 190+56+30=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE381E is #41C7E1. Grayscale: #5D5D5D. Windows color (decimal): -4311010 or 1980606. OLE color: 1980606.
HSL color Cylindrical-coordinate representation of color #BE381E: hue angle of 9.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE381E is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 56 | 30 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.25 |
| HSL | 9.75º | 0.73% | 0.43% | - |
| HSV(B) | 9.75º | 0.84% | 0.75% | - |
| XYZ | 22.88 | 13.87 | 2.7 | - |
| YUV | 93.1 | 92.39 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 30 | 0 | 0.71 | 0.84 | 0.25 | 9.75 | 0.73 | 0.43 |
| Hex | BE | 38 | 1E | 0 | 47 | 54 | 19 | A | 49 | 2B |
| Octal | 276 | 70 | 36 | 0 | 107 | 124 | 31 | 12 | 111 | 53 |
| Binary | 10111110 | 111000 | 11110 | 0 | 1000111 | 1010100 | 11001 | 1010 | 1001001 | 101011 |
Color Harmonies of #BE381E
Complementary color
Monochromatic Colors of #BE381E
Black with #BE381E
Text Example
Text Example
White with #BE381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE381E; }
p { color: rgb(190,56,30); }
H1.HeaderClassName
{
color: #BE381E;
}
.AnyTagClassName
{
color: #BE381E;
}
</style>
background-color css
<style>
a { background-color: #BE381E; }
a { background-color: rgb(190,56,30); }
div.DivClassName
{
background-color: #BE381E;
}
.BgClassName
{
background-color: #BE381E;
}
</style>
border-color css
<style>
span { border-color: #BE381E; }
span { border-color: rgb(190,56,30); }
td.TdClassName
{
border-color: #BE381E;
}
.TagClassName
{
border-color: #BE381E;
}
</style>