Html Css Color HEX #BE3724 Harley Davidson Orange
📋 copy color: '#BE3724'red 190 ◦ green 55 ◦ blue 36
Shades of Harley Davidson Orange #BE3724
Tints of Harley Davidson Orange #BE3724
RGB
CMYK
RGB Variations
Color information
#BE3724 (or 0xBE3724) is known color: Harley Davidson Orange. HEX triplet: BE, 37 and 24. RGB value is (190,55,36). Sum of RGB (Red+Green+Blue) = 190+55+36=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3724 is #41C8DB. Grayscale: #5D5D5D. Windows color (decimal): -4311260 or 2373566. OLE color: 2373566.
HSL color Cylindrical-coordinate representation of color #BE3724: hue angle of 7.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE3724 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 55 | 36 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.25 |
| HSL | 7.4º | 0.68% | 0.44% | - |
| HSV(B) | 7.4º | 0.81% | 0.75% | - |
| XYZ | 22.92 | 13.81 | 3.13 | - |
| YUV | 93.2 | 95.73 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 55 | 36 | 0 | 0.71 | 0.81 | 0.25 | 7.4 | 0.68 | 0.44 |
| Hex | BE | 37 | 24 | 0 | 47 | 51 | 19 | 7 | 44 | 2C |
| Octal | 276 | 67 | 44 | 0 | 107 | 121 | 31 | 7 | 104 | 54 |
| Binary | 10111110 | 110111 | 100100 | 0 | 1000111 | 1010001 | 11001 | 111 | 1000100 | 101100 |
Color Harmonies of #BE3724
Complementary color
Monochromatic Colors of #BE3724
Black with #BE3724
Text Example
Text Example
White with #BE3724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3724; }
p { color: rgb(190,55,36); }
H1.HeaderClassName
{
color: #BE3724;
}
.AnyTagClassName
{
color: #BE3724;
}
</style>
background-color css
<style>
a { background-color: #BE3724; }
a { background-color: rgb(190,55,36); }
div.DivClassName
{
background-color: #BE3724;
}
.BgClassName
{
background-color: #BE3724;
}
</style>
border-color css
<style>
span { border-color: #BE3724; }
span { border-color: rgb(190,55,36); }
td.TdClassName
{
border-color: #BE3724;
}
.TagClassName
{
border-color: #BE3724;
}
</style>