Html Css Color HEX #BD371B Harley Davidson Orange
📋 copy color: '#BD371B'red 189 ◦ green 55 ◦ blue 27
Shades of Harley Davidson Orange #BD371B
Tints of Harley Davidson Orange #BD371B
RGB
CMYK
RGB Variations
Color information
#BD371B (or 0xBD371B) is known color: Harley Davidson Orange. HEX triplet: BD, 37 and 1B. RGB value is (189,55,27). Sum of RGB (Red+Green+Blue) = 189+55+27=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD371B is #42C8E4. Grayscale: #5C5C5C. Windows color (decimal): -4376805 or 1783741. OLE color: 1783741.
HSL color Cylindrical-coordinate representation of color #BD371B: hue angle of 10.37º 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 #BD371B is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 27 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.26 |
| HSL | 10.37º | 0.75% | 0.42% | - |
| HSV(B) | 10.37º | 0.86% | 0.74% | - |
| XYZ | 22.55 | 13.63 | 2.48 | - |
| YUV | 91.87 | 91.39 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 27 | 0 | 0.71 | 0.86 | 0.26 | 10.37 | 0.75 | 0.42 |
| Hex | BD | 37 | 1B | 0 | 47 | 56 | 1A | A | 4B | 2A |
| Octal | 275 | 67 | 33 | 0 | 107 | 126 | 32 | 12 | 113 | 52 |
| Binary | 10111101 | 110111 | 11011 | 0 | 1000111 | 1010110 | 11010 | 1010 | 1001011 | 101010 |
Color Harmonies of #BD371B
Complementary color
Monochromatic Colors of #BD371B
Black with #BD371B
Text Example
Text Example
White with #BD371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD371B; }
p { color: rgb(189,55,27); }
H1.HeaderClassName
{
color: #BD371B;
}
.AnyTagClassName
{
color: #BD371B;
}
</style>
background-color css
<style>
a { background-color: #BD371B; }
a { background-color: rgb(189,55,27); }
div.DivClassName
{
background-color: #BD371B;
}
.BgClassName
{
background-color: #BD371B;
}
</style>
border-color css
<style>
span { border-color: #BD371B; }
span { border-color: rgb(189,55,27); }
td.TdClassName
{
border-color: #BD371B;
}
.TagClassName
{
border-color: #BD371B;
}
</style>