Html Css Color HEX #B7351F Harley Davidson Orange
📋 copy color: '#B7351F'red 183 ◦ green 53 ◦ blue 31
Shades of Harley Davidson Orange #B7351F
Tints of Harley Davidson Orange #B7351F
RGB
CMYK
RGB Variations
Color information
#B7351F (or 0xB7351F) is known color: Harley Davidson Orange. HEX triplet: B7, 35 and 1F. RGB value is (183,53,31). Sum of RGB (Red+Green+Blue) = 183+53+31=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B7351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7351F is #48CAE0. Grayscale: #595959. Windows color (decimal): -4770529 or 2045367. OLE color: 2045367.
HSL color Cylindrical-coordinate representation of color #B7351F: hue angle of 8.68º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7351F is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 31 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.28 |
| HSL | 8.68º | 0.71% | 0.42% | - |
| HSV(B) | 8.68º | 0.83% | 0.72% | - |
| XYZ | 21.05 | 12.71 | 2.64 | - |
| YUV | 89.36 | 95.07 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 31 | 0 | 0.71 | 0.83 | 0.28 | 8.68 | 0.71 | 0.42 |
| Hex | B7 | 35 | 1F | 0 | 47 | 53 | 1C | 9 | 47 | 2A |
| Octal | 267 | 65 | 37 | 0 | 107 | 123 | 34 | 11 | 107 | 52 |
| Binary | 10110111 | 110101 | 11111 | 0 | 1000111 | 1010011 | 11100 | 1001 | 1000111 | 101010 |
Color Harmonies of #B7351F
Complementary color
Monochromatic Colors of #B7351F
Black with #B7351F
Text Example
Text Example
White with #B7351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7351F; }
p { color: rgb(183,53,31); }
H1.HeaderClassName
{
color: #B7351F;
}
.AnyTagClassName
{
color: #B7351F;
}
</style>
background-color css
<style>
a { background-color: #B7351F; }
a { background-color: rgb(183,53,31); }
div.DivClassName
{
background-color: #B7351F;
}
.BgClassName
{
background-color: #B7351F;
}
</style>
border-color css
<style>
span { border-color: #B7351F; }
span { border-color: rgb(183,53,31); }
td.TdClassName
{
border-color: #B7351F;
}
.TagClassName
{
border-color: #B7351F;
}
</style>