Html Css Color HEX #BD310C Harley Davidson Orange
📋 copy color: '#BD310C'red 189 ◦ green 49 ◦ blue 12
Shades of Harley Davidson Orange #BD310C
Tints of Harley Davidson Orange #BD310C
RGB
CMYK
RGB Variations
Color information
#BD310C (or 0xBD310C) is known color: Harley Davidson Orange. HEX triplet: BD, 31 and 0C. RGB value is (189,49,12). Sum of RGB (Red+Green+Blue) = 189+49+12=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD310C is #42CEF3. Grayscale: #565656. Windows color (decimal): -4378356 or 799165. OLE color: 799165.
HSL color Cylindrical-coordinate representation of color #BD310C: hue angle of 12.54º 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 #BD310C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.26 |
| HSL | 12.54º | 0.88% | 0.39% | - |
| HSV(B) | 12.54º | 0.94% | 0.74% | - |
| XYZ | 22.15 | 13.04 | 1.7 | - |
| YUV | 86.64 | 85.88 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 12 | 0 | 0.74 | 0.94 | 0.26 | 12.54 | 0.88 | 0.39 |
| Hex | BD | 31 | C | 0 | 4A | 5E | 1A | D | 58 | 27 |
| Octal | 275 | 61 | 14 | 0 | 112 | 136 | 32 | 15 | 130 | 47 |
| Binary | 10111101 | 110001 | 1100 | 0 | 1001010 | 1011110 | 11010 | 1101 | 1011000 | 100111 |
Color Harmonies of #BD310C
Complementary color
Monochromatic Colors of #BD310C
Black with #BD310C
Text Example
Text Example
White with #BD310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD310C; }
p { color: rgb(189,49,12); }
H1.HeaderClassName
{
color: #BD310C;
}
.AnyTagClassName
{
color: #BD310C;
}
</style>
background-color css
<style>
a { background-color: #BD310C; }
a { background-color: rgb(189,49,12); }
div.DivClassName
{
background-color: #BD310C;
}
.BgClassName
{
background-color: #BD310C;
}
</style>
border-color css
<style>
span { border-color: #BD310C; }
span { border-color: rgb(189,49,12); }
td.TdClassName
{
border-color: #BD310C;
}
.TagClassName
{
border-color: #BD310C;
}
</style>