Html Css Color HEX #BE321C Harley Davidson Orange
📋 copy color: '#BE321C'red 190 ◦ green 50 ◦ blue 28
Shades of Harley Davidson Orange #BE321C
Tints of Harley Davidson Orange #BE321C
RGB
CMYK
RGB Variations
Color information
#BE321C (or 0xBE321C) is known color: Harley Davidson Orange. HEX triplet: BE, 32 and 1C. RGB value is (190,50,28). Sum of RGB (Red+Green+Blue) = 190+50+28=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE321C is #41CDE3. Grayscale: #595959. Windows color (decimal): -4312548 or 1847998. OLE color: 1847998.
HSL color Cylindrical-coordinate representation of color #BE321C: hue angle of 8.15º 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 #BE321C is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 50 | 28 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.25 |
| HSL | 8.15º | 0.74% | 0.43% | - |
| HSV(B) | 8.15º | 0.85% | 0.75% | - |
| XYZ | 22.59 | 13.31 | 2.48 | - |
| YUV | 89.35 | 93.38 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 28 | 0 | 0.74 | 0.85 | 0.25 | 8.15 | 0.74 | 0.43 |
| Hex | BE | 32 | 1C | 0 | 4A | 55 | 19 | 8 | 4A | 2B |
| Octal | 276 | 62 | 34 | 0 | 112 | 125 | 31 | 10 | 112 | 53 |
| Binary | 10111110 | 110010 | 11100 | 0 | 1001010 | 1010101 | 11001 | 1000 | 1001010 | 101011 |
Color Harmonies of #BE321C
Complementary color
Monochromatic Colors of #BE321C
Black with #BE321C
Text Example
Text Example
White with #BE321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE321C; }
p { color: rgb(190,50,28); }
H1.HeaderClassName
{
color: #BE321C;
}
.AnyTagClassName
{
color: #BE321C;
}
</style>
background-color css
<style>
a { background-color: #BE321C; }
a { background-color: rgb(190,50,28); }
div.DivClassName
{
background-color: #BE321C;
}
.BgClassName
{
background-color: #BE321C;
}
</style>
border-color css
<style>
span { border-color: #BE321C; }
span { border-color: rgb(190,50,28); }
td.TdClassName
{
border-color: #BE321C;
}
.TagClassName
{
border-color: #BE321C;
}
</style>