Html Css Color HEX #B7270D Harley Davidson Orange
📋 copy color: '#B7270D'red 183 ◦ green 39 ◦ blue 13
Shades of Harley Davidson Orange #B7270D
Tints of Harley Davidson Orange #B7270D
RGB
CMYK
RGB Variations
Color information
#B7270D (or 0xB7270D) is known color: Harley Davidson Orange. HEX triplet: B7, 27 and 0D. RGB value is (183,39,13). Sum of RGB (Red+Green+Blue) = 183+39+13=235 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.87% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 183 - color contains mainly: red. Hex color #B7270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7270D is #48D8F2. Grayscale: #4F4F4F. Windows color (decimal): -4774131 or 862135. OLE color: 862135.
HSL color Cylindrical-coordinate representation of color #B7270D: hue angle of 9.18º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7270D is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 39 | 13 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.28 |
| HSL | 9.18º | 0.87% | 0.38% | - |
| HSV(B) | 9.18º | 0.93% | 0.72% | - |
| XYZ | 20.33 | 11.55 | 1.54 | - |
| YUV | 79.09 | 90.71 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 13 | 0 | 0.79 | 0.93 | 0.28 | 9.18 | 0.87 | 0.38 |
| Hex | B7 | 27 | D | 0 | 4F | 5D | 1C | 9 | 57 | 26 |
| Octal | 267 | 47 | 15 | 0 | 117 | 135 | 34 | 11 | 127 | 46 |
| Binary | 10110111 | 100111 | 1101 | 0 | 1001111 | 1011101 | 11100 | 1001 | 1010111 | 100110 |
Color Harmonies of #B7270D
Complementary color
Monochromatic Colors of #B7270D
Black with #B7270D
Text Example
Text Example
White with #B7270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7270D; }
p { color: rgb(183,39,13); }
H1.HeaderClassName
{
color: #B7270D;
}
.AnyTagClassName
{
color: #B7270D;
}
</style>
background-color css
<style>
a { background-color: #B7270D; }
a { background-color: rgb(183,39,13); }
div.DivClassName
{
background-color: #B7270D;
}
.BgClassName
{
background-color: #B7270D;
}
</style>
border-color css
<style>
span { border-color: #B7270D; }
span { border-color: rgb(183,39,13); }
td.TdClassName
{
border-color: #B7270D;
}
.TagClassName
{
border-color: #B7270D;
}
</style>