Html Css Color HEX #BD200C Harley Davidson Orange
📋 copy color: '#BD200C'red 189 ◦ green 32 ◦ blue 12
Shades of Harley Davidson Orange #BD200C
Tints of Harley Davidson Orange #BD200C
RGB
CMYK
RGB Variations
Color information
#BD200C (or 0xBD200C) is known color: Harley Davidson Orange. HEX triplet: BD, 20 and 0C. RGB value is (189,32,12). Sum of RGB (Red+Green+Blue) = 189+32+12=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD200C is #42DFF3. Grayscale: #4C4C4C. Windows color (decimal): -4382708 or 794813. OLE color: 794813.
HSL color Cylindrical-coordinate representation of color #BD200C: hue angle of 6.78º 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 #BD200C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.26 |
| HSL | 6.78º | 0.88% | 0.39% | - |
| HSV(B) | 6.78º | 0.94% | 0.74% | - |
| XYZ | 21.57 | 11.88 | 1.5 | - |
| YUV | 76.66 | 91.51 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 12 | 0 | 0.83 | 0.94 | 0.26 | 6.78 | 0.88 | 0.39 |
| Hex | BD | 20 | C | 0 | 53 | 5E | 1A | 7 | 58 | 27 |
| Octal | 275 | 40 | 14 | 0 | 123 | 136 | 32 | 7 | 130 | 47 |
| Binary | 10111101 | 100000 | 1100 | 0 | 1010011 | 1011110 | 11010 | 111 | 1011000 | 100111 |
Color Harmonies of #BD200C
Complementary color
Monochromatic Colors of #BD200C
Black with #BD200C
Text Example
Text Example
White with #BD200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD200C; }
p { color: rgb(189,32,12); }
H1.HeaderClassName
{
color: #BD200C;
}
.AnyTagClassName
{
color: #BD200C;
}
</style>
background-color css
<style>
a { background-color: #BD200C; }
a { background-color: rgb(189,32,12); }
div.DivClassName
{
background-color: #BD200C;
}
.BgClassName
{
background-color: #BD200C;
}
</style>
border-color css
<style>
span { border-color: #BD200C; }
span { border-color: rgb(189,32,12); }
td.TdClassName
{
border-color: #BD200C;
}
.TagClassName
{
border-color: #BD200C;
}
</style>