Html Css Color HEX #B7361C Harley Davidson Orange
📋 copy color: '#B7361C'red 183 ◦ green 54 ◦ blue 28
Shades of Harley Davidson Orange #B7361C
Tints of Harley Davidson Orange #B7361C
RGB
CMYK
RGB Variations
Color information
#B7361C (or 0xB7361C) is known color: Harley Davidson Orange. HEX triplet: B7, 36 and 1C. RGB value is (183,54,28). Sum of RGB (Red+Green+Blue) = 183+54+28=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B7361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7361C is #48C9E3. Grayscale: #595959. Windows color (decimal): -4770276 or 1849015. OLE color: 1849015.
HSL color Cylindrical-coordinate representation of color #B7361C: hue angle of 10.06º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7361C is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 28 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.28 |
| HSL | 10.06º | 0.73% | 0.41% | - |
| HSV(B) | 10.06º | 0.85% | 0.72% | - |
| XYZ | 21.06 | 12.79 | 2.46 | - |
| YUV | 89.61 | 93.24 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 28 | 0 | 0.70 | 0.85 | 0.28 | 10.06 | 0.73 | 0.41 |
| Hex | B7 | 36 | 1C | 0 | 46 | 55 | 1C | A | 49 | 29 |
| Octal | 267 | 66 | 34 | 0 | 106 | 125 | 34 | 12 | 111 | 51 |
| Binary | 10110111 | 110110 | 11100 | 0 | 1000110 | 1010101 | 11100 | 1010 | 1001001 | 101001 |
Color Harmonies of #B7361C
Complementary color
Monochromatic Colors of #B7361C
Black with #B7361C
Text Example
Text Example
White with #B7361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7361C; }
p { color: rgb(183,54,28); }
H1.HeaderClassName
{
color: #B7361C;
}
.AnyTagClassName
{
color: #B7361C;
}
</style>
background-color css
<style>
a { background-color: #B7361C; }
a { background-color: rgb(183,54,28); }
div.DivClassName
{
background-color: #B7361C;
}
.BgClassName
{
background-color: #B7361C;
}
</style>
border-color css
<style>
span { border-color: #B7361C; }
span { border-color: rgb(183,54,28); }
td.TdClassName
{
border-color: #B7361C;
}
.TagClassName
{
border-color: #B7361C;
}
</style>