Html Css Color HEX #BD4022 Harley Davidson Orange
📋 copy color: '#BD4022'red 189 ◦ green 64 ◦ blue 34
Shades of Harley Davidson Orange #BD4022
Tints of Harley Davidson Orange #BD4022
RGB
CMYK
RGB Variations
Color information
#BD4022 (or 0xBD4022) is known color: Harley Davidson Orange. HEX triplet: BD, 40 and 22. RGB value is (189,64,34). Sum of RGB (Red+Green+Blue) = 189+64+34=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4022 is #42BFDD. Grayscale: #626262. Windows color (decimal): -4374494 or 2244797. OLE color: 2244797.
HSL color Cylindrical-coordinate representation of color #BD4022: hue angle of 11.61º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD4022 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 34 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.26 |
| HSL | 11.61º | 0.7% | 0.44% | - |
| HSV(B) | 11.61º | 0.82% | 0.74% | - |
| XYZ | 23.11 | 14.6 | 3.11 | - |
| YUV | 97.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 34 | 0 | 0.66 | 0.82 | 0.26 | 11.61 | 0.7 | 0.44 |
| Hex | BD | 40 | 22 | 0 | 42 | 52 | 1A | C | 46 | 2C |
| Octal | 275 | 100 | 42 | 0 | 102 | 122 | 32 | 14 | 106 | 54 |
| Binary | 10111101 | 1000000 | 100010 | 0 | 1000010 | 1010010 | 11010 | 1100 | 1000110 | 101100 |
Color Harmonies of #BD4022
Complementary color
Monochromatic Colors of #BD4022
Black with #BD4022
Text Example
Text Example
White with #BD4022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4022; }
p { color: rgb(189,64,34); }
H1.HeaderClassName
{
color: #BD4022;
}
.AnyTagClassName
{
color: #BD4022;
}
</style>
background-color css
<style>
a { background-color: #BD4022; }
a { background-color: rgb(189,64,34); }
div.DivClassName
{
background-color: #BD4022;
}
.BgClassName
{
background-color: #BD4022;
}
</style>
border-color css
<style>
span { border-color: #BD4022; }
span { border-color: rgb(189,64,34); }
td.TdClassName
{
border-color: #BD4022;
}
.TagClassName
{
border-color: #BD4022;
}
</style>