Html Css Color HEX #BE391C Harley Davidson Orange
📋 copy color: '#BE391C'red 190 ◦ green 57 ◦ blue 28
Shades of Harley Davidson Orange #BE391C
Tints of Harley Davidson Orange #BE391C
RGB
CMYK
RGB Variations
Color information
#BE391C (or 0xBE391C) is known color: Harley Davidson Orange. HEX triplet: BE, 39 and 1C. RGB value is (190,57,28). Sum of RGB (Red+Green+Blue) = 190+57+28=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE391C is #41C6E3. Grayscale: #5D5D5D. Windows color (decimal): -4310756 or 1849790. OLE color: 1849790.
HSL color Cylindrical-coordinate representation of color #BE391C: hue angle of 10.74º 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 #BE391C is Cyan = 0, Magento = 0.7, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 57 | 28 | - |
| CMYK | 0 | 0.7 | 0.85 | 0.25 |
| HSL | 10.74º | 0.74% | 0.43% | - |
| HSV(B) | 10.74º | 0.85% | 0.75% | - |
| XYZ | 22.91 | 13.96 | 2.59 | - |
| YUV | 93.46 | 91.06 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 57 | 28 | 0 | 0.7 | 0.85 | 0.25 | 10.74 | 0.74 | 0.43 |
| Hex | BE | 39 | 1C | 0 | 46 | 55 | 19 | B | 4A | 2B |
| Octal | 276 | 71 | 34 | 0 | 106 | 125 | 31 | 13 | 112 | 53 |
| Binary | 10111110 | 111001 | 11100 | 0 | 1000110 | 1010101 | 11001 | 1011 | 1001010 | 101011 |
Color Harmonies of #BE391C
Complementary color
Monochromatic Colors of #BE391C
Black with #BE391C
Text Example
Text Example
White with #BE391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE391C; }
p { color: rgb(190,57,28); }
H1.HeaderClassName
{
color: #BE391C;
}
.AnyTagClassName
{
color: #BE391C;
}
</style>
background-color css
<style>
a { background-color: #BE391C; }
a { background-color: rgb(190,57,28); }
div.DivClassName
{
background-color: #BE391C;
}
.BgClassName
{
background-color: #BE391C;
}
</style>
border-color css
<style>
span { border-color: #BE391C; }
span { border-color: rgb(190,57,28); }
td.TdClassName
{
border-color: #BE391C;
}
.TagClassName
{
border-color: #BE391C;
}
</style>