Html Css Color HEX #BD3C1A Harley Davidson Orange
📋 copy color: '#BD3C1A'red 189 ◦ green 60 ◦ blue 26
Shades of Harley Davidson Orange #BD3C1A
Tints of Harley Davidson Orange #BD3C1A
RGB
CMYK
RGB Variations
Color information
#BD3C1A (or 0xBD3C1A) is known color: Harley Davidson Orange. HEX triplet: BD, 3C and 1A. RGB value is (189,60,26). Sum of RGB (Red+Green+Blue) = 189+60+26=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C1A is #42C3E5. Grayscale: #5E5E5E. Windows color (decimal): -4375526 or 1719485. OLE color: 1719485.
HSL color Cylindrical-coordinate representation of color #BD3C1A: hue angle of 12.52º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD3C1A is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 26 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.26 |
| HSL | 12.52º | 0.76% | 0.42% | - |
| HSV(B) | 12.52º | 0.86% | 0.74% | - |
| XYZ | 22.79 | 14.13 | 2.5 | - |
| YUV | 94.7 | 89.24 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 26 | 0 | 0.68 | 0.86 | 0.26 | 12.52 | 0.76 | 0.42 |
| Hex | BD | 3C | 1A | 0 | 44 | 56 | 1A | D | 4C | 2A |
| Octal | 275 | 74 | 32 | 0 | 104 | 126 | 32 | 15 | 114 | 52 |
| Binary | 10111101 | 111100 | 11010 | 0 | 1000100 | 1010110 | 11010 | 1101 | 1001100 | 101010 |
Color Harmonies of #BD3C1A
Complementary color
Monochromatic Colors of #BD3C1A
Black with #BD3C1A
Text Example
Text Example
White with #BD3C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C1A; }
p { color: rgb(189,60,26); }
H1.HeaderClassName
{
color: #BD3C1A;
}
.AnyTagClassName
{
color: #BD3C1A;
}
</style>
background-color css
<style>
a { background-color: #BD3C1A; }
a { background-color: rgb(189,60,26); }
div.DivClassName
{
background-color: #BD3C1A;
}
.BgClassName
{
background-color: #BD3C1A;
}
</style>
border-color css
<style>
span { border-color: #BD3C1A; }
span { border-color: rgb(189,60,26); }
td.TdClassName
{
border-color: #BD3C1A;
}
.TagClassName
{
border-color: #BD3C1A;
}
</style>