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