Html Css Color HEX #BD270C Harley Davidson Orange
📋 copy color: '#BD270C'red 189 ◦ green 39 ◦ blue 12
Shades of Harley Davidson Orange #BD270C
Tints of Harley Davidson Orange #BD270C
RGB
CMYK
RGB Variations
Color information
#BD270C (or 0xBD270C) is known color: Harley Davidson Orange. HEX triplet: BD, 27 and 0C. RGB value is (189,39,12). Sum of RGB (Red+Green+Blue) = 189+39+12=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD270C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD270C is #42D8F3. Grayscale: #515151. Windows color (decimal): -4380916 or 796605. OLE color: 796605.
HSL color Cylindrical-coordinate representation of color #BD270C: hue angle of 9.15º 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 #BD270C is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 12 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.26 |
| HSL | 9.15º | 0.88% | 0.39% | - |
| HSV(B) | 9.15º | 0.94% | 0.74% | - |
| XYZ | 21.78 | 12.3 | 1.57 | - |
| YUV | 80.77 | 89.2 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 12 | 0 | 0.79 | 0.94 | 0.26 | 9.15 | 0.88 | 0.39 |
| Hex | BD | 27 | C | 0 | 4F | 5E | 1A | 9 | 58 | 27 |
| Octal | 275 | 47 | 14 | 0 | 117 | 136 | 32 | 11 | 130 | 47 |
| Binary | 10111101 | 100111 | 1100 | 0 | 1001111 | 1011110 | 11010 | 1001 | 1011000 | 100111 |
Color Harmonies of #BD270C
Complementary color
Monochromatic Colors of #BD270C
Black with #BD270C
Text Example
Text Example
White with #BD270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD270C; }
p { color: rgb(189,39,12); }
H1.HeaderClassName
{
color: #BD270C;
}
.AnyTagClassName
{
color: #BD270C;
}
</style>
background-color css
<style>
a { background-color: #BD270C; }
a { background-color: rgb(189,39,12); }
div.DivClassName
{
background-color: #BD270C;
}
.BgClassName
{
background-color: #BD270C;
}
</style>
border-color css
<style>
span { border-color: #BD270C; }
span { border-color: rgb(189,39,12); }
td.TdClassName
{
border-color: #BD270C;
}
.TagClassName
{
border-color: #BD270C;
}
</style>