Html Css Color HEX #B7270B Harley Davidson Orange
📋 copy color: '#B7270B'red 183 ◦ green 39 ◦ blue 11
Shades of Harley Davidson Orange #B7270B
Tints of Harley Davidson Orange #B7270B
RGB
CMYK
RGB Variations
Color information
#B7270B (or 0xB7270B) is known color: Harley Davidson Orange. HEX triplet: B7, 27 and 0B. RGB value is (183,39,11). Sum of RGB (Red+Green+Blue) = 183+39+11=233 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.54% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 183 - color contains mainly: red. Hex color #B7270B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7270B is #48D8F4. Grayscale: #4F4F4F. Windows color (decimal): -4774133 or 731063. OLE color: 731063.
HSL color Cylindrical-coordinate representation of color #B7270B: hue angle of 9.77º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7270B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 39 | 11 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.28 |
| HSL | 9.77º | 0.89% | 0.38% | - |
| HSV(B) | 9.77º | 0.94% | 0.72% | - |
| XYZ | 20.31 | 11.54 | 1.47 | - |
| YUV | 78.86 | 89.71 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 11 | 0 | 0.79 | 0.94 | 0.28 | 9.77 | 0.89 | 0.38 |
| Hex | B7 | 27 | B | 0 | 4F | 5E | 1C | A | 59 | 26 |
| Octal | 267 | 47 | 13 | 0 | 117 | 136 | 34 | 12 | 131 | 46 |
| Binary | 10110111 | 100111 | 1011 | 0 | 1001111 | 1011110 | 11100 | 1010 | 1011001 | 100110 |
Color Harmonies of #B7270B
Complementary color
Monochromatic Colors of #B7270B
Black with #B7270B
Text Example
Text Example
White with #B7270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7270B; }
p { color: rgb(183,39,11); }
H1.HeaderClassName
{
color: #B7270B;
}
.AnyTagClassName
{
color: #B7270B;
}
</style>
background-color css
<style>
a { background-color: #B7270B; }
a { background-color: rgb(183,39,11); }
div.DivClassName
{
background-color: #B7270B;
}
.BgClassName
{
background-color: #B7270B;
}
</style>
border-color css
<style>
span { border-color: #B7270B; }
span { border-color: rgb(183,39,11); }
td.TdClassName
{
border-color: #B7270B;
}
.TagClassName
{
border-color: #B7270B;
}
</style>