Html Css Color HEX #BD280C Harley Davidson Orange
📋 copy color: '#BD280C'red 189 ◦ green 40 ◦ blue 12
Shades of Harley Davidson Orange #BD280C
Tints of Harley Davidson Orange #BD280C
RGB
CMYK
RGB Variations
Color information
#BD280C (or 0xBD280C) is known color: Harley Davidson Orange. HEX triplet: BD, 28 and 0C. RGB value is (189,40,12). Sum of RGB (Red+Green+Blue) = 189+40+12=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD280C is #42D7F3. Grayscale: #515151. Windows color (decimal): -4380660 or 796861. OLE color: 796861.
HSL color Cylindrical-coordinate representation of color #BD280C: hue angle of 9.49º 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 #BD280C is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 40 | 12 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.26 |
| HSL | 9.49º | 0.88% | 0.39% | - |
| HSV(B) | 9.49º | 0.94% | 0.74% | - |
| XYZ | 21.81 | 12.36 | 1.58 | - |
| YUV | 81.36 | 88.86 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 12 | 0 | 0.79 | 0.94 | 0.26 | 9.49 | 0.88 | 0.39 |
| Hex | BD | 28 | C | 0 | 4F | 5E | 1A | 9 | 58 | 27 |
| Octal | 275 | 50 | 14 | 0 | 117 | 136 | 32 | 11 | 130 | 47 |
| Binary | 10111101 | 101000 | 1100 | 0 | 1001111 | 1011110 | 11010 | 1001 | 1011000 | 100111 |
Color Harmonies of #BD280C
Complementary color
Monochromatic Colors of #BD280C
Black with #BD280C
Text Example
Text Example
White with #BD280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD280C; }
p { color: rgb(189,40,12); }
H1.HeaderClassName
{
color: #BD280C;
}
.AnyTagClassName
{
color: #BD280C;
}
</style>
background-color css
<style>
a { background-color: #BD280C; }
a { background-color: rgb(189,40,12); }
div.DivClassName
{
background-color: #BD280C;
}
.BgClassName
{
background-color: #BD280C;
}
</style>
border-color css
<style>
span { border-color: #BD280C; }
span { border-color: rgb(189,40,12); }
td.TdClassName
{
border-color: #BD280C;
}
.TagClassName
{
border-color: #BD280C;
}
</style>