Html Css Color HEX #BD3422 Harley Davidson Orange
📋 copy color: '#BD3422'red 189 ◦ green 52 ◦ blue 34
Shades of Harley Davidson Orange #BD3422
Tints of Harley Davidson Orange #BD3422
RGB
CMYK
RGB Variations
Color information
#BD3422 (or 0xBD3422) is known color: Harley Davidson Orange. HEX triplet: BD, 34 and 22. RGB value is (189,52,34). Sum of RGB (Red+Green+Blue) = 189+52+34=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3422 is #42CBDD. Grayscale: #5B5B5B. Windows color (decimal): -4377566 or 2241725. OLE color: 2241725.
HSL color Cylindrical-coordinate representation of color #BD3422: hue angle of 6.97º 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 #BD3422 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 34 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.26 |
| HSL | 6.97º | 0.7% | 0.44% | - |
| HSV(B) | 6.97º | 0.82% | 0.74% | - |
| XYZ | 22.5 | 13.39 | 2.91 | - |
| YUV | 90.91 | 95.89 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 34 | 0 | 0.72 | 0.82 | 0.26 | 6.97 | 0.7 | 0.44 |
| Hex | BD | 34 | 22 | 0 | 48 | 52 | 1A | 7 | 46 | 2C |
| Octal | 275 | 64 | 42 | 0 | 110 | 122 | 32 | 7 | 106 | 54 |
| Binary | 10111101 | 110100 | 100010 | 0 | 1001000 | 1010010 | 11010 | 111 | 1000110 | 101100 |
Color Harmonies of #BD3422
Complementary color
Monochromatic Colors of #BD3422
Black with #BD3422
Text Example
Text Example
White with #BD3422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3422; }
p { color: rgb(189,52,34); }
H1.HeaderClassName
{
color: #BD3422;
}
.AnyTagClassName
{
color: #BD3422;
}
</style>
background-color css
<style>
a { background-color: #BD3422; }
a { background-color: rgb(189,52,34); }
div.DivClassName
{
background-color: #BD3422;
}
.BgClassName
{
background-color: #BD3422;
}
</style>
border-color css
<style>
span { border-color: #BD3422; }
span { border-color: rgb(189,52,34); }
td.TdClassName
{
border-color: #BD3422;
}
.TagClassName
{
border-color: #BD3422;
}
</style>