Html Css Color HEX #B7351B Harley Davidson Orange
📋 copy color: '#B7351B'red 183 ◦ green 53 ◦ blue 27
Shades of Harley Davidson Orange #B7351B
Tints of Harley Davidson Orange #B7351B
RGB
CMYK
RGB Variations
Color information
#B7351B (or 0xB7351B) is known color: Harley Davidson Orange. HEX triplet: B7, 35 and 1B. RGB value is (183,53,27). Sum of RGB (Red+Green+Blue) = 183+53+27=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B7351B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7351B is #48CAE4. Grayscale: #595959. Windows color (decimal): -4770533 or 1783223. OLE color: 1783223.
HSL color Cylindrical-coordinate representation of color #B7351B: hue angle of 10º degrees, saturation: 0.74, 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 #B7351B is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 27 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.28 |
| HSL | 10º | 0.74% | 0.41% | - |
| HSV(B) | 10º | 0.85% | 0.72% | - |
| XYZ | 21 | 12.69 | 2.38 | - |
| YUV | 88.91 | 93.07 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 27 | 0 | 0.71 | 0.85 | 0.28 | 10 | 0.74 | 0.41 |
| Hex | B7 | 35 | 1B | 0 | 47 | 55 | 1C | A | 4A | 29 |
| Octal | 267 | 65 | 33 | 0 | 107 | 125 | 34 | 12 | 112 | 51 |
| Binary | 10110111 | 110101 | 11011 | 0 | 1000111 | 1010101 | 11100 | 1010 | 1001010 | 101001 |
Color Harmonies of #B7351B
Complementary color
Monochromatic Colors of #B7351B
Black with #B7351B
Text Example
Text Example
White with #B7351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7351B; }
p { color: rgb(183,53,27); }
H1.HeaderClassName
{
color: #B7351B;
}
.AnyTagClassName
{
color: #B7351B;
}
</style>
background-color css
<style>
a { background-color: #B7351B; }
a { background-color: rgb(183,53,27); }
div.DivClassName
{
background-color: #B7351B;
}
.BgClassName
{
background-color: #B7351B;
}
</style>
border-color css
<style>
span { border-color: #B7351B; }
span { border-color: rgb(183,53,27); }
td.TdClassName
{
border-color: #B7351B;
}
.TagClassName
{
border-color: #B7351B;
}
</style>