Html Css Color HEX #BD350C Harley Davidson Orange
📋 copy color: '#BD350C'red 189 ◦ green 53 ◦ blue 12
Shades of Harley Davidson Orange #BD350C
Tints of Harley Davidson Orange #BD350C
RGB
CMYK
RGB Variations
Color information
#BD350C (or 0xBD350C) is known color: Harley Davidson Orange. HEX triplet: BD, 35 and 0C. RGB value is (189,53,12). Sum of RGB (Red+Green+Blue) = 189+53+12=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD350C is #42CAF3. Grayscale: #595959. Windows color (decimal): -4377332 or 800189. OLE color: 800189.
HSL color Cylindrical-coordinate representation of color #BD350C: hue angle of 13.9º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD350C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.26 |
| HSL | 13.9º | 0.88% | 0.39% | - |
| HSV(B) | 13.9º | 0.94% | 0.74% | - |
| XYZ | 22.33 | 13.39 | 1.76 | - |
| YUV | 88.99 | 84.56 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 12 | 0 | 0.72 | 0.94 | 0.26 | 13.9 | 0.88 | 0.39 |
| Hex | BD | 35 | C | 0 | 48 | 5E | 1A | E | 58 | 27 |
| Octal | 275 | 65 | 14 | 0 | 110 | 136 | 32 | 16 | 130 | 47 |
| Binary | 10111101 | 110101 | 1100 | 0 | 1001000 | 1011110 | 11010 | 1110 | 1011000 | 100111 |
Color Harmonies of #BD350C
Complementary color
Monochromatic Colors of #BD350C
Black with #BD350C
Text Example
Text Example
White with #BD350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD350C; }
p { color: rgb(189,53,12); }
H1.HeaderClassName
{
color: #BD350C;
}
.AnyTagClassName
{
color: #BD350C;
}
</style>
background-color css
<style>
a { background-color: #BD350C; }
a { background-color: rgb(189,53,12); }
div.DivClassName
{
background-color: #BD350C;
}
.BgClassName
{
background-color: #BD350C;
}
</style>
border-color css
<style>
span { border-color: #BD350C; }
span { border-color: rgb(189,53,12); }
td.TdClassName
{
border-color: #BD350C;
}
.TagClassName
{
border-color: #BD350C;
}
</style>