Html Css Color HEX #BD3622 Harley Davidson Orange
📋 copy color: '#BD3622'red 189 ◦ green 54 ◦ blue 34
Shades of Harley Davidson Orange #BD3622
Tints of Harley Davidson Orange #BD3622
RGB
CMYK
RGB Variations
Color information
#BD3622 (or 0xBD3622) is known color: Harley Davidson Orange. HEX triplet: BD, 36 and 22. RGB value is (189,54,34). Sum of RGB (Red+Green+Blue) = 189+54+34=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3622 is #42C9DD. Grayscale: #5C5C5C. Windows color (decimal): -4377054 or 2242237. OLE color: 2242237.
HSL color Cylindrical-coordinate representation of color #BD3622: hue angle of 7.74º 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 #BD3622 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 34 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.26 |
| HSL | 7.74º | 0.7% | 0.44% | - |
| HSV(B) | 7.74º | 0.82% | 0.74% | - |
| XYZ | 22.59 | 13.57 | 2.94 | - |
| YUV | 92.09 | 95.23 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 34 | 0 | 0.71 | 0.82 | 0.26 | 7.74 | 0.7 | 0.44 |
| Hex | BD | 36 | 22 | 0 | 47 | 52 | 1A | 8 | 46 | 2C |
| Octal | 275 | 66 | 42 | 0 | 107 | 122 | 32 | 10 | 106 | 54 |
| Binary | 10111101 | 110110 | 100010 | 0 | 1000111 | 1010010 | 11010 | 1000 | 1000110 | 101100 |
Color Harmonies of #BD3622
Complementary color
Monochromatic Colors of #BD3622
Black with #BD3622
Text Example
Text Example
White with #BD3622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3622; }
p { color: rgb(189,54,34); }
H1.HeaderClassName
{
color: #BD3622;
}
.AnyTagClassName
{
color: #BD3622;
}
</style>
background-color css
<style>
a { background-color: #BD3622; }
a { background-color: rgb(189,54,34); }
div.DivClassName
{
background-color: #BD3622;
}
.BgClassName
{
background-color: #BD3622;
}
</style>
border-color css
<style>
span { border-color: #BD3622; }
span { border-color: rgb(189,54,34); }
td.TdClassName
{
border-color: #BD3622;
}
.TagClassName
{
border-color: #BD3622;
}
</style>