Html Css Color HEX #B7351A Harley Davidson Orange
📋 copy color: '#B7351A'red 183 ◦ green 53 ◦ blue 26
Shades of Harley Davidson Orange #B7351A
Tints of Harley Davidson Orange #B7351A
RGB
CMYK
RGB Variations
Color information
#B7351A (or 0xB7351A) is known color: Harley Davidson Orange. HEX triplet: B7, 35 and 1A. RGB value is (183,53,26). Sum of RGB (Red+Green+Blue) = 183+53+26=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7351A is #48CAE5. Grayscale: #595959. Windows color (decimal): -4770534 or 1717687. OLE color: 1717687.
HSL color Cylindrical-coordinate representation of color #B7351A: hue angle of 10.32º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7351A is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 26 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.28 |
| HSL | 10.32º | 0.75% | 0.41% | - |
| HSV(B) | 10.32º | 0.86% | 0.72% | - |
| XYZ | 20.99 | 12.69 | 2.32 | - |
| YUV | 88.79 | 92.57 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 26 | 0 | 0.71 | 0.86 | 0.28 | 10.32 | 0.75 | 0.41 |
| Hex | B7 | 35 | 1A | 0 | 47 | 56 | 1C | A | 4B | 29 |
| Octal | 267 | 65 | 32 | 0 | 107 | 126 | 34 | 12 | 113 | 51 |
| Binary | 10110111 | 110101 | 11010 | 0 | 1000111 | 1010110 | 11100 | 1010 | 1001011 | 101001 |
Color Harmonies of #B7351A
Complementary color
Monochromatic Colors of #B7351A
Black with #B7351A
Text Example
Text Example
White with #B7351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7351A; }
p { color: rgb(183,53,26); }
H1.HeaderClassName
{
color: #B7351A;
}
.AnyTagClassName
{
color: #B7351A;
}
</style>
background-color css
<style>
a { background-color: #B7351A; }
a { background-color: rgb(183,53,26); }
div.DivClassName
{
background-color: #B7351A;
}
.BgClassName
{
background-color: #B7351A;
}
</style>
border-color css
<style>
span { border-color: #B7351A; }
span { border-color: rgb(183,53,26); }
td.TdClassName
{
border-color: #B7351A;
}
.TagClassName
{
border-color: #B7351A;
}
</style>