Html Css Color HEX #BD2D1B Harley Davidson Orange
📋 copy color: '#BD2D1B'red 189 ◦ green 45 ◦ blue 27
Shades of Harley Davidson Orange #BD2D1B
Tints of Harley Davidson Orange #BD2D1B
RGB
CMYK
RGB Variations
Color information
#BD2D1B (or 0xBD2D1B) is known color: Harley Davidson Orange. HEX triplet: BD, 2D and 1B. RGB value is (189,45,27). Sum of RGB (Red+Green+Blue) = 189+45+27=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D1B is #42D2E4. Grayscale: #565656. Windows color (decimal): -4379365 or 1781181. OLE color: 1781181.
HSL color Cylindrical-coordinate representation of color #BD2D1B: hue angle of 6.67º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD2D1B is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 27 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.26 |
| HSL | 6.67º | 0.75% | 0.42% | - |
| HSV(B) | 6.67º | 0.86% | 0.74% | - |
| XYZ | 22.12 | 12.77 | 2.34 | - |
| YUV | 86 | 94.71 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 27 | 0 | 0.76 | 0.86 | 0.26 | 6.67 | 0.75 | 0.42 |
| Hex | BD | 2D | 1B | 0 | 4C | 56 | 1A | 7 | 4B | 2A |
| Octal | 275 | 55 | 33 | 0 | 114 | 126 | 32 | 7 | 113 | 52 |
| Binary | 10111101 | 101101 | 11011 | 0 | 1001100 | 1010110 | 11010 | 111 | 1001011 | 101010 |
Color Harmonies of #BD2D1B
Complementary color
Monochromatic Colors of #BD2D1B
Black with #BD2D1B
Text Example
Text Example
White with #BD2D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D1B; }
p { color: rgb(189,45,27); }
H1.HeaderClassName
{
color: #BD2D1B;
}
.AnyTagClassName
{
color: #BD2D1B;
}
</style>
background-color css
<style>
a { background-color: #BD2D1B; }
a { background-color: rgb(189,45,27); }
div.DivClassName
{
background-color: #BD2D1B;
}
.BgClassName
{
background-color: #BD2D1B;
}
</style>
border-color css
<style>
span { border-color: #BD2D1B; }
span { border-color: rgb(189,45,27); }
td.TdClassName
{
border-color: #BD2D1B;
}
.TagClassName
{
border-color: #BD2D1B;
}
</style>