Html Css Color HEX #BD3A1F Harley Davidson Orange
📋 copy color: '#BD3A1F'red 189 ◦ green 58 ◦ blue 31
Shades of Harley Davidson Orange #BD3A1F
Tints of Harley Davidson Orange #BD3A1F
RGB
CMYK
RGB Variations
Color information
#BD3A1F (or 0xBD3A1F) is known color: Harley Davidson Orange. HEX triplet: BD, 3A and 1F. RGB value is (189,58,31). Sum of RGB (Red+Green+Blue) = 189+58+31=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3A1F is #42C5E0. Grayscale: #5E5E5E. Windows color (decimal): -4376033 or 2046653. OLE color: 2046653.
HSL color Cylindrical-coordinate representation of color #BD3A1F: hue angle of 10.25º degrees, saturation: 0.72, 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 #BD3A1F is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 58 | 31 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.26 |
| HSL | 10.25º | 0.72% | 0.43% | - |
| HSV(B) | 10.25º | 0.84% | 0.74% | - |
| XYZ | 22.75 | 13.94 | 2.79 | - |
| YUV | 94.09 | 92.4 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 31 | 0 | 0.69 | 0.84 | 0.26 | 10.25 | 0.72 | 0.43 |
| Hex | BD | 3A | 1F | 0 | 45 | 54 | 1A | A | 48 | 2B |
| Octal | 275 | 72 | 37 | 0 | 105 | 124 | 32 | 12 | 110 | 53 |
| Binary | 10111101 | 111010 | 11111 | 0 | 1000101 | 1010100 | 11010 | 1010 | 1001000 | 101011 |
Color Harmonies of #BD3A1F
Complementary color
Monochromatic Colors of #BD3A1F
Black with #BD3A1F
Text Example
Text Example
White with #BD3A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3A1F; }
p { color: rgb(189,58,31); }
H1.HeaderClassName
{
color: #BD3A1F;
}
.AnyTagClassName
{
color: #BD3A1F;
}
</style>
background-color css
<style>
a { background-color: #BD3A1F; }
a { background-color: rgb(189,58,31); }
div.DivClassName
{
background-color: #BD3A1F;
}
.BgClassName
{
background-color: #BD3A1F;
}
</style>
border-color css
<style>
span { border-color: #BD3A1F; }
span { border-color: rgb(189,58,31); }
td.TdClassName
{
border-color: #BD3A1F;
}
.TagClassName
{
border-color: #BD3A1F;
}
</style>