Html Css Color HEX #BD3822 Harley Davidson Orange
📋 copy color: '#BD3822'red 189 ◦ green 56 ◦ blue 34
Shades of Harley Davidson Orange #BD3822
Tints of Harley Davidson Orange #BD3822
RGB
CMYK
RGB Variations
Color information
#BD3822 (or 0xBD3822) is known color: Harley Davidson Orange. HEX triplet: BD, 38 and 22. RGB value is (189,56,34). Sum of RGB (Red+Green+Blue) = 189+56+34=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3822 is #42C7DD. Grayscale: #5D5D5D. Windows color (decimal): -4376542 or 2242749. OLE color: 2242749.
HSL color Cylindrical-coordinate representation of color #BD3822: hue angle of 8.52º 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 #BD3822 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 34 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.26 |
| HSL | 8.52º | 0.7% | 0.44% | - |
| HSV(B) | 8.52º | 0.82% | 0.74% | - |
| XYZ | 22.69 | 13.76 | 2.97 | - |
| YUV | 93.26 | 94.56 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 34 | 0 | 0.70 | 0.82 | 0.26 | 8.52 | 0.7 | 0.44 |
| Hex | BD | 38 | 22 | 0 | 46 | 52 | 1A | 9 | 46 | 2C |
| Octal | 275 | 70 | 42 | 0 | 106 | 122 | 32 | 11 | 106 | 54 |
| Binary | 10111101 | 111000 | 100010 | 0 | 1000110 | 1010010 | 11010 | 1001 | 1000110 | 101100 |
Color Harmonies of #BD3822
Complementary color
Monochromatic Colors of #BD3822
Black with #BD3822
Text Example
Text Example
White with #BD3822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3822; }
p { color: rgb(189,56,34); }
H1.HeaderClassName
{
color: #BD3822;
}
.AnyTagClassName
{
color: #BD3822;
}
</style>
background-color css
<style>
a { background-color: #BD3822; }
a { background-color: rgb(189,56,34); }
div.DivClassName
{
background-color: #BD3822;
}
.BgClassName
{
background-color: #BD3822;
}
</style>
border-color css
<style>
span { border-color: #BD3822; }
span { border-color: rgb(189,56,34); }
td.TdClassName
{
border-color: #BD3822;
}
.TagClassName
{
border-color: #BD3822;
}
</style>