Html Css Color HEX #B7361F Harley Davidson Orange
📋 copy color: '#B7361F'red 183 ◦ green 54 ◦ blue 31
Shades of Harley Davidson Orange #B7361F
Tints of Harley Davidson Orange #B7361F
RGB
CMYK
RGB Variations
Color information
#B7361F (or 0xB7361F) is known color: Harley Davidson Orange. HEX triplet: B7, 36 and 1F. RGB value is (183,54,31). Sum of RGB (Red+Green+Blue) = 183+54+31=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B7361F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7361F is #48C9E0. Grayscale: #5A5A5A. Windows color (decimal): -4770273 or 2045623. OLE color: 2045623.
HSL color Cylindrical-coordinate representation of color #B7361F: hue angle of 9.08º 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 #B7361F is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 31 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.28 |
| HSL | 9.08º | 0.71% | 0.42% | - |
| HSV(B) | 9.08º | 0.83% | 0.72% | - |
| XYZ | 21.09 | 12.8 | 2.66 | - |
| YUV | 89.95 | 94.74 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 31 | 0 | 0.70 | 0.83 | 0.28 | 9.08 | 0.71 | 0.42 |
| Hex | B7 | 36 | 1F | 0 | 46 | 53 | 1C | 9 | 47 | 2A |
| Octal | 267 | 66 | 37 | 0 | 106 | 123 | 34 | 11 | 107 | 52 |
| Binary | 10110111 | 110110 | 11111 | 0 | 1000110 | 1010011 | 11100 | 1001 | 1000111 | 101010 |
Color Harmonies of #B7361F
Complementary color
Monochromatic Colors of #B7361F
Black with #B7361F
Text Example
Text Example
White with #B7361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7361F; }
p { color: rgb(183,54,31); }
H1.HeaderClassName
{
color: #B7361F;
}
.AnyTagClassName
{
color: #B7361F;
}
</style>
background-color css
<style>
a { background-color: #B7361F; }
a { background-color: rgb(183,54,31); }
div.DivClassName
{
background-color: #B7361F;
}
.BgClassName
{
background-color: #B7361F;
}
</style>
border-color css
<style>
span { border-color: #B7361F; }
span { border-color: rgb(183,54,31); }
td.TdClassName
{
border-color: #B7361F;
}
.TagClassName
{
border-color: #B7361F;
}
</style>