Html Css Color HEX #B7270A Harley Davidson Orange
📋 copy color: '#B7270A'red 183 ◦ green 39 ◦ blue 10
Shades of Harley Davidson Orange #B7270A
Tints of Harley Davidson Orange #B7270A
RGB
CMYK
RGB Variations
Color information
#B7270A (or 0xB7270A) is known color: Harley Davidson Orange. HEX triplet: B7, 27 and 0A. RGB value is (183,39,10). Sum of RGB (Red+Green+Blue) = 183+39+10=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B7270A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7270A is #48D8F5. Grayscale: #4F4F4F. Windows color (decimal): -4774134 or 665527. OLE color: 665527.
HSL color Cylindrical-coordinate representation of color #B7270A: hue angle of 10.06º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7270A is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 39 | 10 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.28 |
| HSL | 10.06º | 0.9% | 0.38% | - |
| HSV(B) | 10.06º | 0.95% | 0.72% | - |
| XYZ | 20.31 | 11.54 | 1.44 | - |
| YUV | 78.75 | 89.21 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 10 | 0 | 0.79 | 0.95 | 0.28 | 10.06 | 0.9 | 0.38 |
| Hex | B7 | 27 | A | 0 | 4F | 5F | 1C | A | 5A | 26 |
| Octal | 267 | 47 | 12 | 0 | 117 | 137 | 34 | 12 | 132 | 46 |
| Binary | 10110111 | 100111 | 1010 | 0 | 1001111 | 1011111 | 11100 | 1010 | 1011010 | 100110 |
Color Harmonies of #B7270A
Complementary color
Monochromatic Colors of #B7270A
Black with #B7270A
Text Example
Text Example
White with #B7270A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7270A; }
p { color: rgb(183,39,10); }
H1.HeaderClassName
{
color: #B7270A;
}
.AnyTagClassName
{
color: #B7270A;
}
</style>
background-color css
<style>
a { background-color: #B7270A; }
a { background-color: rgb(183,39,10); }
div.DivClassName
{
background-color: #B7270A;
}
.BgClassName
{
background-color: #B7270A;
}
</style>
border-color css
<style>
span { border-color: #B7270A; }
span { border-color: rgb(183,39,10); }
td.TdClassName
{
border-color: #B7270A;
}
.TagClassName
{
border-color: #B7270A;
}
</style>