Html Css Color HEX #BD321C Harley Davidson Orange
📋 copy color: '#BD321C'red 189 ◦ green 50 ◦ blue 28
Shades of Harley Davidson Orange #BD321C
Tints of Harley Davidson Orange #BD321C
RGB
CMYK
RGB Variations
Color information
#BD321C (or 0xBD321C) is known color: Harley Davidson Orange. HEX triplet: BD, 32 and 1C. RGB value is (189,50,28). Sum of RGB (Red+Green+Blue) = 189+50+28=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD321C is #42CDE3. Grayscale: #595959. Windows color (decimal): -4378084 or 1847997. OLE color: 1847997.
HSL color Cylindrical-coordinate representation of color #BD321C: hue angle of 8.2º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD321C is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 28 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.26 |
| HSL | 8.2º | 0.74% | 0.43% | - |
| HSV(B) | 8.2º | 0.85% | 0.74% | - |
| XYZ | 22.34 | 13.18 | 2.47 | - |
| YUV | 89.05 | 93.55 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 28 | 0 | 0.74 | 0.85 | 0.26 | 8.2 | 0.74 | 0.43 |
| Hex | BD | 32 | 1C | 0 | 4A | 55 | 1A | 8 | 4A | 2B |
| Octal | 275 | 62 | 34 | 0 | 112 | 125 | 32 | 10 | 112 | 53 |
| Binary | 10111101 | 110010 | 11100 | 0 | 1001010 | 1010101 | 11010 | 1000 | 1001010 | 101011 |
Color Harmonies of #BD321C
Complementary color
Monochromatic Colors of #BD321C
Black with #BD321C
Text Example
Text Example
White with #BD321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD321C; }
p { color: rgb(189,50,28); }
H1.HeaderClassName
{
color: #BD321C;
}
.AnyTagClassName
{
color: #BD321C;
}
</style>
background-color css
<style>
a { background-color: #BD321C; }
a { background-color: rgb(189,50,28); }
div.DivClassName
{
background-color: #BD321C;
}
.BgClassName
{
background-color: #BD321C;
}
</style>
border-color css
<style>
span { border-color: #BD321C; }
span { border-color: rgb(189,50,28); }
td.TdClassName
{
border-color: #BD321C;
}
.TagClassName
{
border-color: #BD321C;
}
</style>