Html Css Color HEX #B93820 Harley Davidson Orange
📋 copy color: '#B93820'red 185 ◦ green 56 ◦ blue 32
Shades of Harley Davidson Orange #B93820
Tints of Harley Davidson Orange #B93820
RGB
CMYK
RGB Variations
Color information
#B93820 (or 0xB93820) is known color: Harley Davidson Orange. HEX triplet: B9, 38 and 20. RGB value is (185,56,32). Sum of RGB (Red+Green+Blue) = 185+56+32=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B93820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93820 is #46C7DF. Grayscale: #5C5C5C. Windows color (decimal): -4638688 or 2111673. OLE color: 2111673.
HSL color Cylindrical-coordinate representation of color #B93820: hue angle of 9.41º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B93820 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 32 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.27 |
| HSL | 9.41º | 0.71% | 0.43% | - |
| HSV(B) | 9.41º | 0.83% | 0.73% | - |
| XYZ | 21.68 | 13.25 | 2.78 | - |
| YUV | 91.84 | 94.24 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 32 | 0 | 0.70 | 0.83 | 0.27 | 9.41 | 0.71 | 0.43 |
| Hex | B9 | 38 | 20 | 0 | 46 | 53 | 1B | 9 | 47 | 2B |
| Octal | 271 | 70 | 40 | 0 | 106 | 123 | 33 | 11 | 107 | 53 |
| Binary | 10111001 | 111000 | 100000 | 0 | 1000110 | 1010011 | 11011 | 1001 | 1000111 | 101011 |
Color Harmonies of #B93820
Complementary color
Monochromatic Colors of #B93820
Black with #B93820
Text Example
Text Example
White with #B93820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93820; }
p { color: rgb(185,56,32); }
H1.HeaderClassName
{
color: #B93820;
}
.AnyTagClassName
{
color: #B93820;
}
</style>
background-color css
<style>
a { background-color: #B93820; }
a { background-color: rgb(185,56,32); }
div.DivClassName
{
background-color: #B93820;
}
.BgClassName
{
background-color: #B93820;
}
</style>
border-color css
<style>
span { border-color: #B93820; }
span { border-color: rgb(185,56,32); }
td.TdClassName
{
border-color: #B93820;
}
.TagClassName
{
border-color: #B93820;
}
</style>