Html Css Color HEX #BD320C Harley Davidson Orange
📋 copy color: '#BD320C'red 189 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #BD320C
Tints of Harley Davidson Orange #BD320C
RGB
CMYK
RGB Variations
Color information
#BD320C (or 0xBD320C) is known color: Harley Davidson Orange. HEX triplet: BD, 32 and 0C. RGB value is (189,50,12). Sum of RGB (Red+Green+Blue) = 189+50+12=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD320C is #42CDF3. Grayscale: #575757. Windows color (decimal): -4378100 or 799421. OLE color: 799421.
HSL color Cylindrical-coordinate representation of color #BD320C: hue angle of 12.88º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD320C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.26 |
| HSL | 12.88º | 0.88% | 0.39% | - |
| HSV(B) | 12.88º | 0.94% | 0.74% | - |
| XYZ | 22.19 | 13.13 | 1.71 | - |
| YUV | 87.23 | 85.55 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 12 | 0 | 0.74 | 0.94 | 0.26 | 12.88 | 0.88 | 0.39 |
| Hex | BD | 32 | C | 0 | 4A | 5E | 1A | D | 58 | 27 |
| Octal | 275 | 62 | 14 | 0 | 112 | 136 | 32 | 15 | 130 | 47 |
| Binary | 10111101 | 110010 | 1100 | 0 | 1001010 | 1011110 | 11010 | 1101 | 1011000 | 100111 |
Color Harmonies of #BD320C
Complementary color
Monochromatic Colors of #BD320C
Black with #BD320C
Text Example
Text Example
White with #BD320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD320C; }
p { color: rgb(189,50,12); }
H1.HeaderClassName
{
color: #BD320C;
}
.AnyTagClassName
{
color: #BD320C;
}
</style>
background-color css
<style>
a { background-color: #BD320C; }
a { background-color: rgb(189,50,12); }
div.DivClassName
{
background-color: #BD320C;
}
.BgClassName
{
background-color: #BD320C;
}
</style>
border-color css
<style>
span { border-color: #BD320C; }
span { border-color: rgb(189,50,12); }
td.TdClassName
{
border-color: #BD320C;
}
.TagClassName
{
border-color: #BD320C;
}
</style>