Html Css Color HEX #B73213 Harley Davidson Orange
📋 copy color: '#B73213'red 183 ◦ green 50 ◦ blue 19
Shades of Harley Davidson Orange #B73213
Tints of Harley Davidson Orange #B73213
RGB
CMYK
RGB Variations
Color information
#B73213 (or 0xB73213) is known color: Harley Davidson Orange. HEX triplet: B7, 32 and 13. RGB value is (183,50,19). Sum of RGB (Red+Green+Blue) = 183+50+19=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B73213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73213 is #48CDEC. Grayscale: #565656. Windows color (decimal): -4771309 or 1258167. OLE color: 1258167.
HSL color Cylindrical-coordinate representation of color #B73213: hue angle of 11.34º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B73213 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 50 | 19 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.28 |
| HSL | 11.34º | 0.81% | 0.4% | - |
| HSV(B) | 11.34º | 0.9% | 0.72% | - |
| XYZ | 20.79 | 12.4 | 1.91 | - |
| YUV | 86.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 19 | 0 | 0.73 | 0.90 | 0.28 | 11.34 | 0.81 | 0.4 |
| Hex | B7 | 32 | 13 | 0 | 49 | 5A | 1C | B | 51 | 28 |
| Octal | 267 | 62 | 23 | 0 | 111 | 132 | 34 | 13 | 121 | 50 |
| Binary | 10110111 | 110010 | 10011 | 0 | 1001001 | 1011010 | 11100 | 1011 | 1010001 | 101000 |
Color Harmonies of #B73213
Complementary color
Monochromatic Colors of #B73213
Black with #B73213
Text Example
Text Example
White with #B73213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73213; }
p { color: rgb(183,50,19); }
H1.HeaderClassName
{
color: #B73213;
}
.AnyTagClassName
{
color: #B73213;
}
</style>
background-color css
<style>
a { background-color: #B73213; }
a { background-color: rgb(183,50,19); }
div.DivClassName
{
background-color: #B73213;
}
.BgClassName
{
background-color: #B73213;
}
</style>
border-color css
<style>
span { border-color: #B73213; }
span { border-color: rgb(183,50,19); }
td.TdClassName
{
border-color: #B73213;
}
.TagClassName
{
border-color: #B73213;
}
</style>