Html Css Color HEX #BD3825 Harley Davidson Orange
📋 copy color: '#BD3825'red 189 ◦ green 56 ◦ blue 37
Shades of Harley Davidson Orange #BD3825
Tints of Harley Davidson Orange #BD3825
RGB
CMYK
RGB Variations
Color information
#BD3825 (or 0xBD3825) is known color: Harley Davidson Orange. HEX triplet: BD, 38 and 25. RGB value is (189,56,37). Sum of RGB (Red+Green+Blue) = 189+56+37=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3825 is #42C7DA. Grayscale: #5D5D5D. Windows color (decimal): -4376539 or 2439357. OLE color: 2439357.
HSL color Cylindrical-coordinate representation of color #BD3825: hue angle of 7.5º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD3825 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 37 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.26 |
| HSL | 7.5º | 0.67% | 0.44% | - |
| HSV(B) | 7.5º | 0.8% | 0.74% | - |
| XYZ | 22.73 | 13.78 | 3.21 | - |
| YUV | 93.6 | 96.06 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 37 | 0 | 0.70 | 0.80 | 0.26 | 7.5 | 0.67 | 0.44 |
| Hex | BD | 38 | 25 | 0 | 46 | 50 | 1A | 8 | 43 | 2C |
| Octal | 275 | 70 | 45 | 0 | 106 | 120 | 32 | 10 | 103 | 54 |
| Binary | 10111101 | 111000 | 100101 | 0 | 1000110 | 1010000 | 11010 | 1000 | 1000011 | 101100 |
Color Harmonies of #BD3825
Complementary color
Monochromatic Colors of #BD3825
Black with #BD3825
Text Example
Text Example
White with #BD3825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3825; }
p { color: rgb(189,56,37); }
H1.HeaderClassName
{
color: #BD3825;
}
.AnyTagClassName
{
color: #BD3825;
}
</style>
background-color css
<style>
a { background-color: #BD3825; }
a { background-color: rgb(189,56,37); }
div.DivClassName
{
background-color: #BD3825;
}
.BgClassName
{
background-color: #BD3825;
}
</style>
border-color css
<style>
span { border-color: #BD3825; }
span { border-color: rgb(189,56,37); }
td.TdClassName
{
border-color: #BD3825;
}
.TagClassName
{
border-color: #BD3825;
}
</style>