Html Css Color HEX #B8270D Harley Davidson Orange
📋 copy color: '#B8270D'red 184 ◦ green 39 ◦ blue 13
Shades of Harley Davidson Orange #B8270D
Tints of Harley Davidson Orange #B8270D
RGB
CMYK
RGB Variations
Color information
#B8270D (or 0xB8270D) is known color: Harley Davidson Orange. HEX triplet: B8, 27 and 0D. RGB value is (184,39,13). Sum of RGB (Red+Green+Blue) = 184+39+13=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B8270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8270D is #47D8F2. Grayscale: #4F4F4F. Windows color (decimal): -4708595 or 862136. OLE color: 862136.
HSL color Cylindrical-coordinate representation of color #B8270D: hue angle of 9.12º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8270D is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 13 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.28 |
| HSL | 9.12º | 0.87% | 0.39% | - |
| HSV(B) | 9.12º | 0.93% | 0.72% | - |
| XYZ | 20.57 | 11.67 | 1.55 | - |
| YUV | 79.39 | 90.54 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 13 | 0 | 0.79 | 0.93 | 0.28 | 9.12 | 0.87 | 0.39 |
| Hex | B8 | 27 | D | 0 | 4F | 5D | 1C | 9 | 57 | 27 |
| Octal | 270 | 47 | 15 | 0 | 117 | 135 | 34 | 11 | 127 | 47 |
| Binary | 10111000 | 100111 | 1101 | 0 | 1001111 | 1011101 | 11100 | 1001 | 1010111 | 100111 |
Color Harmonies of #B8270D
Complementary color
Monochromatic Colors of #B8270D
Black with #B8270D
Text Example
Text Example
White with #B8270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8270D; }
p { color: rgb(184,39,13); }
H1.HeaderClassName
{
color: #B8270D;
}
.AnyTagClassName
{
color: #B8270D;
}
</style>
background-color css
<style>
a { background-color: #B8270D; }
a { background-color: rgb(184,39,13); }
div.DivClassName
{
background-color: #B8270D;
}
.BgClassName
{
background-color: #B8270D;
}
</style>
border-color css
<style>
span { border-color: #B8270D; }
span { border-color: rgb(184,39,13); }
td.TdClassName
{
border-color: #B8270D;
}
.TagClassName
{
border-color: #B8270D;
}
</style>