Html Css Color HEX #B7351C Harley Davidson Orange
📋 copy color: '#B7351C'red 183 ◦ green 53 ◦ blue 28
Shades of Harley Davidson Orange #B7351C
Tints of Harley Davidson Orange #B7351C
RGB
CMYK
RGB Variations
Color information
#B7351C (or 0xB7351C) is known color: Harley Davidson Orange. HEX triplet: B7, 35 and 1C. RGB value is (183,53,28). Sum of RGB (Red+Green+Blue) = 183+53+28=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B7351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7351C is #48CAE3. Grayscale: #595959. Windows color (decimal): -4770532 or 1848759. OLE color: 1848759.
HSL color Cylindrical-coordinate representation of color #B7351C: hue angle of 9.68º 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 #B7351C is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 28 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.28 |
| HSL | 9.68º | 0.73% | 0.41% | - |
| HSV(B) | 9.68º | 0.85% | 0.72% | - |
| XYZ | 21.01 | 12.7 | 2.44 | - |
| YUV | 89.02 | 93.57 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 28 | 0 | 0.71 | 0.85 | 0.28 | 9.68 | 0.73 | 0.41 |
| Hex | B7 | 35 | 1C | 0 | 47 | 55 | 1C | A | 49 | 29 |
| Octal | 267 | 65 | 34 | 0 | 107 | 125 | 34 | 12 | 111 | 51 |
| Binary | 10110111 | 110101 | 11100 | 0 | 1000111 | 1010101 | 11100 | 1010 | 1001001 | 101001 |
Color Harmonies of #B7351C
Complementary color
Monochromatic Colors of #B7351C
Black with #B7351C
Text Example
Text Example
White with #B7351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7351C; }
p { color: rgb(183,53,28); }
H1.HeaderClassName
{
color: #B7351C;
}
.AnyTagClassName
{
color: #B7351C;
}
</style>
background-color css
<style>
a { background-color: #B7351C; }
a { background-color: rgb(183,53,28); }
div.DivClassName
{
background-color: #B7351C;
}
.BgClassName
{
background-color: #B7351C;
}
</style>
border-color css
<style>
span { border-color: #B7351C; }
span { border-color: rgb(183,53,28); }
td.TdClassName
{
border-color: #B7351C;
}
.TagClassName
{
border-color: #B7351C;
}
</style>