Html Css Color HEX #BE3B24 Harley Davidson Orange
📋 copy color: '#BE3B24'red 190 ◦ green 59 ◦ blue 36
Shades of Harley Davidson Orange #BE3B24
Tints of Harley Davidson Orange #BE3B24
RGB
CMYK
RGB Variations
Color information
#BE3B24 (or 0xBE3B24) is known color: Harley Davidson Orange. HEX triplet: BE, 3B and 24. RGB value is (190,59,36). Sum of RGB (Red+Green+Blue) = 190+59+36=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3B24 is #41C4DB. Grayscale: #5F5F5F. Windows color (decimal): -4310236 or 2374590. OLE color: 2374590.
HSL color Cylindrical-coordinate representation of color #BE3B24: hue angle of 8.96º 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 #BE3B24 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 59 | 36 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.25 |
| HSL | 8.96º | 0.68% | 0.44% | - |
| HSV(B) | 8.96º | 0.81% | 0.75% | - |
| XYZ | 23.12 | 14.2 | 3.19 | - |
| YUV | 95.55 | 94.4 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 59 | 36 | 0 | 0.69 | 0.81 | 0.25 | 8.96 | 0.68 | 0.44 |
| Hex | BE | 3B | 24 | 0 | 45 | 51 | 19 | 9 | 44 | 2C |
| Octal | 276 | 73 | 44 | 0 | 105 | 121 | 31 | 11 | 104 | 54 |
| Binary | 10111110 | 111011 | 100100 | 0 | 1000101 | 1010001 | 11001 | 1001 | 1000100 | 101100 |
Color Harmonies of #BE3B24
Complementary color
Monochromatic Colors of #BE3B24
Black with #BE3B24
Text Example
Text Example
White with #BE3B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3B24; }
p { color: rgb(190,59,36); }
H1.HeaderClassName
{
color: #BE3B24;
}
.AnyTagClassName
{
color: #BE3B24;
}
</style>
background-color css
<style>
a { background-color: #BE3B24; }
a { background-color: rgb(190,59,36); }
div.DivClassName
{
background-color: #BE3B24;
}
.BgClassName
{
background-color: #BE3B24;
}
</style>
border-color css
<style>
span { border-color: #BE3B24; }
span { border-color: rgb(190,59,36); }
td.TdClassName
{
border-color: #BE3B24;
}
.TagClassName
{
border-color: #BE3B24;
}
</style>