Html Css Color HEX #BE3A1B Harley Davidson Orange
📋 copy color: '#BE3A1B'red 190 ◦ green 58 ◦ blue 27
Shades of Harley Davidson Orange #BE3A1B
Tints of Harley Davidson Orange #BE3A1B
RGB
CMYK
RGB Variations
Color information
#BE3A1B (or 0xBE3A1B) is known color: Harley Davidson Orange. HEX triplet: BE, 3A and 1B. RGB value is (190,58,27). Sum of RGB (Red+Green+Blue) = 190+58+27=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A1B is #41C5E4. Grayscale: #5E5E5E. Windows color (decimal): -4310501 or 1784510. OLE color: 1784510.
HSL color Cylindrical-coordinate representation of color #BE3A1B: hue angle of 11.41º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE3A1B is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 27 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.25 |
| HSL | 11.41º | 0.75% | 0.43% | - |
| HSV(B) | 11.41º | 0.86% | 0.75% | - |
| XYZ | 22.95 | 14.05 | 2.54 | - |
| YUV | 93.93 | 90.23 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 27 | 0 | 0.69 | 0.86 | 0.25 | 11.41 | 0.75 | 0.43 |
| Hex | BE | 3A | 1B | 0 | 45 | 56 | 19 | B | 4B | 2B |
| Octal | 276 | 72 | 33 | 0 | 105 | 126 | 31 | 13 | 113 | 53 |
| Binary | 10111110 | 111010 | 11011 | 0 | 1000101 | 1010110 | 11001 | 1011 | 1001011 | 101011 |
Color Harmonies of #BE3A1B
Complementary color
Monochromatic Colors of #BE3A1B
Black with #BE3A1B
Text Example
Text Example
White with #BE3A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A1B; }
p { color: rgb(190,58,27); }
H1.HeaderClassName
{
color: #BE3A1B;
}
.AnyTagClassName
{
color: #BE3A1B;
}
</style>
background-color css
<style>
a { background-color: #BE3A1B; }
a { background-color: rgb(190,58,27); }
div.DivClassName
{
background-color: #BE3A1B;
}
.BgClassName
{
background-color: #BE3A1B;
}
</style>
border-color css
<style>
span { border-color: #BE3A1B; }
span { border-color: rgb(190,58,27); }
td.TdClassName
{
border-color: #BE3A1B;
}
.TagClassName
{
border-color: #BE3A1B;
}
</style>