Html Css Color HEX #BE3821 Harley Davidson Orange
📋 copy color: '#BE3821'red 190 ◦ green 56 ◦ blue 33
Shades of Harley Davidson Orange #BE3821
Tints of Harley Davidson Orange #BE3821
RGB
CMYK
RGB Variations
Color information
#BE3821 (or 0xBE3821) is known color: Harley Davidson Orange. HEX triplet: BE, 38 and 21. RGB value is (190,56,33). Sum of RGB (Red+Green+Blue) = 190+56+33=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3821 is #41C7DE. Grayscale: #5D5D5D. Windows color (decimal): -4311007 or 2177214. OLE color: 2177214.
HSL color Cylindrical-coordinate representation of color #BE3821: hue angle of 8.79º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE3821 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 56 | 33 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.25 |
| HSL | 8.79º | 0.7% | 0.44% | - |
| HSV(B) | 8.79º | 0.83% | 0.75% | - |
| XYZ | 22.92 | 13.89 | 2.91 | - |
| YUV | 93.44 | 93.89 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 33 | 0 | 0.71 | 0.83 | 0.25 | 8.79 | 0.7 | 0.44 |
| Hex | BE | 38 | 21 | 0 | 47 | 53 | 19 | 9 | 46 | 2C |
| Octal | 276 | 70 | 41 | 0 | 107 | 123 | 31 | 11 | 106 | 54 |
| Binary | 10111110 | 111000 | 100001 | 0 | 1000111 | 1010011 | 11001 | 1001 | 1000110 | 101100 |
Color Harmonies of #BE3821
Complementary color
Monochromatic Colors of #BE3821
Black with #BE3821
Text Example
Text Example
White with #BE3821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3821; }
p { color: rgb(190,56,33); }
H1.HeaderClassName
{
color: #BE3821;
}
.AnyTagClassName
{
color: #BE3821;
}
</style>
background-color css
<style>
a { background-color: #BE3821; }
a { background-color: rgb(190,56,33); }
div.DivClassName
{
background-color: #BE3821;
}
.BgClassName
{
background-color: #BE3821;
}
</style>
border-color css
<style>
span { border-color: #BE3821; }
span { border-color: rgb(190,56,33); }
td.TdClassName
{
border-color: #BE3821;
}
.TagClassName
{
border-color: #BE3821;
}
</style>