Html Css Color HEX #BD3821 Harley Davidson Orange
📋 copy color: '#BD3821'red 189 ◦ green 56 ◦ blue 33
Shades of Harley Davidson Orange #BD3821
Tints of Harley Davidson Orange #BD3821
RGB
CMYK
RGB Variations
Color information
#BD3821 (or 0xBD3821) is known color: Harley Davidson Orange. HEX triplet: BD, 38 and 21. RGB value is (189,56,33). Sum of RGB (Red+Green+Blue) = 189+56+33=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3821 is #42C7DE. Grayscale: #5D5D5D. Windows color (decimal): -4376543 or 2177213. OLE color: 2177213.
HSL color Cylindrical-coordinate representation of color #BD3821: hue angle of 8.85º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD3821 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 33 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.26 |
| HSL | 8.85º | 0.7% | 0.44% | - |
| HSV(B) | 8.85º | 0.83% | 0.74% | - |
| XYZ | 22.67 | 13.76 | 2.9 | - |
| YUV | 93.15 | 94.06 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 33 | 0 | 0.70 | 0.83 | 0.26 | 8.85 | 0.7 | 0.44 |
| Hex | BD | 38 | 21 | 0 | 46 | 53 | 1A | 9 | 46 | 2C |
| Octal | 275 | 70 | 41 | 0 | 106 | 123 | 32 | 11 | 106 | 54 |
| Binary | 10111101 | 111000 | 100001 | 0 | 1000110 | 1010011 | 11010 | 1001 | 1000110 | 101100 |
Color Harmonies of #BD3821
Complementary color
Monochromatic Colors of #BD3821
Black with #BD3821
Text Example
Text Example
White with #BD3821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3821; }
p { color: rgb(189,56,33); }
H1.HeaderClassName
{
color: #BD3821;
}
.AnyTagClassName
{
color: #BD3821;
}
</style>
background-color css
<style>
a { background-color: #BD3821; }
a { background-color: rgb(189,56,33); }
div.DivClassName
{
background-color: #BD3821;
}
.BgClassName
{
background-color: #BD3821;
}
</style>
border-color css
<style>
span { border-color: #BD3821; }
span { border-color: rgb(189,56,33); }
td.TdClassName
{
border-color: #BD3821;
}
.TagClassName
{
border-color: #BD3821;
}
</style>