Html Css Color HEX #BD280B Harley Davidson Orange
📋 copy color: '#BD280B'red 189 ◦ green 40 ◦ blue 11
Shades of Harley Davidson Orange #BD280B
Tints of Harley Davidson Orange #BD280B
RGB
CMYK
RGB Variations
Color information
#BD280B (or 0xBD280B) is known color: Harley Davidson Orange. HEX triplet: BD, 28 and 0B. RGB value is (189,40,11). Sum of RGB (Red+Green+Blue) = 189+40+11=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD280B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD280B is #42D7F4. Grayscale: #515151. Windows color (decimal): -4380661 or 731325. OLE color: 731325.
HSL color Cylindrical-coordinate representation of color #BD280B: hue angle of 9.78º degrees, saturation: 0.89, 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 #BD280B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 40 | 11 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.26 |
| HSL | 9.78º | 0.89% | 0.39% | - |
| HSV(B) | 9.78º | 0.94% | 0.74% | - |
| XYZ | 21.81 | 12.36 | 1.55 | - |
| YUV | 81.25 | 88.36 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 11 | 0 | 0.79 | 0.94 | 0.26 | 9.78 | 0.89 | 0.39 |
| Hex | BD | 28 | B | 0 | 4F | 5E | 1A | A | 59 | 27 |
| Octal | 275 | 50 | 13 | 0 | 117 | 136 | 32 | 12 | 131 | 47 |
| Binary | 10111101 | 101000 | 1011 | 0 | 1001111 | 1011110 | 11010 | 1010 | 1011001 | 100111 |
Color Harmonies of #BD280B
Complementary color
Monochromatic Colors of #BD280B
Black with #BD280B
Text Example
Text Example
White with #BD280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD280B; }
p { color: rgb(189,40,11); }
H1.HeaderClassName
{
color: #BD280B;
}
.AnyTagClassName
{
color: #BD280B;
}
</style>
background-color css
<style>
a { background-color: #BD280B; }
a { background-color: rgb(189,40,11); }
div.DivClassName
{
background-color: #BD280B;
}
.BgClassName
{
background-color: #BD280B;
}
</style>
border-color css
<style>
span { border-color: #BD280B; }
span { border-color: rgb(189,40,11); }
td.TdClassName
{
border-color: #BD280B;
}
.TagClassName
{
border-color: #BD280B;
}
</style>