Html Css Color HEX #BD321D Harley Davidson Orange
📋 copy color: '#BD321D'red 189 ◦ green 50 ◦ blue 29
Shades of Harley Davidson Orange #BD321D
Tints of Harley Davidson Orange #BD321D
RGB
CMYK
RGB Variations
Color information
#BD321D (or 0xBD321D) is known color: Harley Davidson Orange. HEX triplet: BD, 32 and 1D. RGB value is (189,50,29). Sum of RGB (Red+Green+Blue) = 189+50+29=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD321D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD321D is #42CDE2. Grayscale: #595959. Windows color (decimal): -4378083 or 1913533. OLE color: 1913533.
HSL color Cylindrical-coordinate representation of color #BD321D: hue angle of 7.87º degrees, saturation: 0.73, 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 #BD321D is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 29 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.26 |
| HSL | 7.88º | 0.73% | 0.43% | - |
| HSV(B) | 7.88º | 0.85% | 0.74% | - |
| XYZ | 22.35 | 13.19 | 2.53 | - |
| YUV | 89.17 | 94.05 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 29 | 0 | 0.74 | 0.85 | 0.26 | 7.88 | 0.73 | 0.43 |
| Hex | BD | 32 | 1D | 0 | 4A | 55 | 1A | 8 | 49 | 2B |
| Octal | 275 | 62 | 35 | 0 | 112 | 125 | 32 | 10 | 111 | 53 |
| Binary | 10111101 | 110010 | 11101 | 0 | 1001010 | 1010101 | 11010 | 1000 | 1001001 | 101011 |
Color Harmonies of #BD321D
Complementary color
Monochromatic Colors of #BD321D
Black with #BD321D
Text Example
Text Example
White with #BD321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD321D; }
p { color: rgb(189,50,29); }
H1.HeaderClassName
{
color: #BD321D;
}
.AnyTagClassName
{
color: #BD321D;
}
</style>
background-color css
<style>
a { background-color: #BD321D; }
a { background-color: rgb(189,50,29); }
div.DivClassName
{
background-color: #BD321D;
}
.BgClassName
{
background-color: #BD321D;
}
</style>
border-color css
<style>
span { border-color: #BD321D; }
span { border-color: rgb(189,50,29); }
td.TdClassName
{
border-color: #BD321D;
}
.TagClassName
{
border-color: #BD321D;
}
</style>