Html Css Color HEX #BD3725 Harley Davidson Orange
📋 copy color: '#BD3725'red 189 ◦ green 55 ◦ blue 37
Shades of Harley Davidson Orange #BD3725
Tints of Harley Davidson Orange #BD3725
RGB
CMYK
RGB Variations
Color information
#BD3725 (or 0xBD3725) is known color: Harley Davidson Orange. HEX triplet: BD, 37 and 25. RGB value is (189,55,37). Sum of RGB (Red+Green+Blue) = 189+55+37=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3725 is #42C8DA. Grayscale: #5D5D5D. Windows color (decimal): -4376795 or 2439101. OLE color: 2439101.
HSL color Cylindrical-coordinate representation of color #BD3725: hue angle of 7.11º 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 #BD3725 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 37 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.26 |
| HSL | 7.11º | 0.67% | 0.44% | - |
| HSV(B) | 7.11º | 0.8% | 0.74% | - |
| XYZ | 22.69 | 13.68 | 3.2 | - |
| YUV | 93.01 | 96.39 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 37 | 0 | 0.71 | 0.80 | 0.26 | 7.11 | 0.67 | 0.44 |
| Hex | BD | 37 | 25 | 0 | 47 | 50 | 1A | 7 | 43 | 2C |
| Octal | 275 | 67 | 45 | 0 | 107 | 120 | 32 | 7 | 103 | 54 |
| Binary | 10111101 | 110111 | 100101 | 0 | 1000111 | 1010000 | 11010 | 111 | 1000011 | 101100 |
Color Harmonies of #BD3725
Complementary color
Monochromatic Colors of #BD3725
Black with #BD3725
Text Example
Text Example
White with #BD3725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3725; }
p { color: rgb(189,55,37); }
H1.HeaderClassName
{
color: #BD3725;
}
.AnyTagClassName
{
color: #BD3725;
}
</style>
background-color css
<style>
a { background-color: #BD3725; }
a { background-color: rgb(189,55,37); }
div.DivClassName
{
background-color: #BD3725;
}
.BgClassName
{
background-color: #BD3725;
}
</style>
border-color css
<style>
span { border-color: #BD3725; }
span { border-color: rgb(189,55,37); }
td.TdClassName
{
border-color: #BD3725;
}
.TagClassName
{
border-color: #BD3725;
}
</style>