Html Css Color HEX #B7341B Harley Davidson Orange
📋 copy color: '#B7341B'red 183 ◦ green 52 ◦ blue 27
Shades of Harley Davidson Orange #B7341B
Tints of Harley Davidson Orange #B7341B
RGB
CMYK
RGB Variations
Color information
#B7341B (or 0xB7341B) is known color: Harley Davidson Orange. HEX triplet: B7, 34 and 1B. RGB value is (183,52,27). Sum of RGB (Red+Green+Blue) = 183+52+27=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7341B is #48CBE4. Grayscale: #585858. Windows color (decimal): -4770789 or 1782967. OLE color: 1782967.
HSL color Cylindrical-coordinate representation of color #B7341B: hue angle of 9.62º 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 #B7341B is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 27 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.28 |
| HSL | 9.62º | 0.74% | 0.41% | - |
| HSV(B) | 9.62º | 0.85% | 0.72% | - |
| XYZ | 20.95 | 12.6 | 2.37 | - |
| YUV | 88.32 | 93.4 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 27 | 0 | 0.72 | 0.85 | 0.28 | 9.62 | 0.74 | 0.41 |
| Hex | B7 | 34 | 1B | 0 | 48 | 55 | 1C | A | 4A | 29 |
| Octal | 267 | 64 | 33 | 0 | 110 | 125 | 34 | 12 | 112 | 51 |
| Binary | 10110111 | 110100 | 11011 | 0 | 1001000 | 1010101 | 11100 | 1010 | 1001010 | 101001 |
Color Harmonies of #B7341B
Complementary color
Monochromatic Colors of #B7341B
Black with #B7341B
Text Example
Text Example
White with #B7341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7341B; }
p { color: rgb(183,52,27); }
H1.HeaderClassName
{
color: #B7341B;
}
.AnyTagClassName
{
color: #B7341B;
}
</style>
background-color css
<style>
a { background-color: #B7341B; }
a { background-color: rgb(183,52,27); }
div.DivClassName
{
background-color: #B7341B;
}
.BgClassName
{
background-color: #B7341B;
}
</style>
border-color css
<style>
span { border-color: #B7341B; }
span { border-color: rgb(183,52,27); }
td.TdClassName
{
border-color: #B7341B;
}
.TagClassName
{
border-color: #B7341B;
}
</style>