Html Css Color HEX #BD3A1E Harley Davidson Orange
📋 copy color: '#BD3A1E'red 189 ◦ green 58 ◦ blue 30
Shades of Harley Davidson Orange #BD3A1E
Tints of Harley Davidson Orange #BD3A1E
RGB
CMYK
RGB Variations
Color information
#BD3A1E (or 0xBD3A1E) is known color: Harley Davidson Orange. HEX triplet: BD, 3A and 1E. RGB value is (189,58,30). Sum of RGB (Red+Green+Blue) = 189+58+30=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3A1E is #42C5E1. Grayscale: #5E5E5E. Windows color (decimal): -4376034 or 1981117. OLE color: 1981117.
HSL color Cylindrical-coordinate representation of color #BD3A1E: hue angle of 10.57º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD3A1E is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 58 | 30 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.26 |
| HSL | 10.57º | 0.73% | 0.43% | - |
| HSV(B) | 10.57º | 0.84% | 0.74% | - |
| XYZ | 22.73 | 13.94 | 2.72 | - |
| YUV | 93.98 | 91.9 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 30 | 0 | 0.69 | 0.84 | 0.26 | 10.57 | 0.73 | 0.43 |
| Hex | BD | 3A | 1E | 0 | 45 | 54 | 1A | B | 49 | 2B |
| Octal | 275 | 72 | 36 | 0 | 105 | 124 | 32 | 13 | 111 | 53 |
| Binary | 10111101 | 111010 | 11110 | 0 | 1000101 | 1010100 | 11010 | 1011 | 1001001 | 101011 |
Color Harmonies of #BD3A1E
Complementary color
Monochromatic Colors of #BD3A1E
Black with #BD3A1E
Text Example
Text Example
White with #BD3A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3A1E; }
p { color: rgb(189,58,30); }
H1.HeaderClassName
{
color: #BD3A1E;
}
.AnyTagClassName
{
color: #BD3A1E;
}
</style>
background-color css
<style>
a { background-color: #BD3A1E; }
a { background-color: rgb(189,58,30); }
div.DivClassName
{
background-color: #BD3A1E;
}
.BgClassName
{
background-color: #BD3A1E;
}
</style>
border-color css
<style>
span { border-color: #BD3A1E; }
span { border-color: rgb(189,58,30); }
td.TdClassName
{
border-color: #BD3A1E;
}
.TagClassName
{
border-color: #BD3A1E;
}
</style>