Html Css Color HEX #BE350B Harley Davidson Orange
📋 copy color: '#BE350B'red 190 ◦ green 53 ◦ blue 11
Shades of Harley Davidson Orange #BE350B
Tints of Harley Davidson Orange #BE350B
RGB
CMYK
RGB Variations
Color information
#BE350B (or 0xBE350B) is known color: Harley Davidson Orange. HEX triplet: BE, 35 and 0B. RGB value is (190,53,11). Sum of RGB (Red+Green+Blue) = 190+53+11=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE350B is #41CAF4. Grayscale: #595959. Windows color (decimal): -4311797 or 734654. OLE color: 734654.
HSL color Cylindrical-coordinate representation of color #BE350B: hue angle of 14.08º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE350B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 53 | 11 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.25 |
| HSL | 14.08º | 0.89% | 0.39% | - |
| HSV(B) | 14.08º | 0.94% | 0.75% | - |
| XYZ | 22.57 | 13.52 | 1.74 | - |
| YUV | 89.18 | 83.89 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 53 | 11 | 0 | 0.72 | 0.94 | 0.25 | 14.08 | 0.89 | 0.39 |
| Hex | BE | 35 | B | 0 | 48 | 5E | 19 | E | 59 | 27 |
| Octal | 276 | 65 | 13 | 0 | 110 | 136 | 31 | 16 | 131 | 47 |
| Binary | 10111110 | 110101 | 1011 | 0 | 1001000 | 1011110 | 11001 | 1110 | 1011001 | 100111 |
Color Harmonies of #BE350B
Complementary color
Monochromatic Colors of #BE350B
Black with #BE350B
Text Example
Text Example
White with #BE350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE350B; }
p { color: rgb(190,53,11); }
H1.HeaderClassName
{
color: #BE350B;
}
.AnyTagClassName
{
color: #BE350B;
}
</style>
background-color css
<style>
a { background-color: #BE350B; }
a { background-color: rgb(190,53,11); }
div.DivClassName
{
background-color: #BE350B;
}
.BgClassName
{
background-color: #BE350B;
}
</style>
border-color css
<style>
span { border-color: #BE350B; }
span { border-color: rgb(190,53,11); }
td.TdClassName
{
border-color: #BE350B;
}
.TagClassName
{
border-color: #BE350B;
}
</style>