Html Css Color HEX #B93622 Harley Davidson Orange
📋 copy color: '#B93622'red 185 ◦ green 54 ◦ blue 34
Shades of Harley Davidson Orange #B93622
Tints of Harley Davidson Orange #B93622
RGB
CMYK
RGB Variations
Color information
#B93622 (or 0xB93622) is known color: Harley Davidson Orange. HEX triplet: B9, 36 and 22. RGB value is (185,54,34). Sum of RGB (Red+Green+Blue) = 185+54+34=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B93622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93622 is #46C9DD. Grayscale: #5B5B5B. Windows color (decimal): -4639198 or 2242233. OLE color: 2242233.
HSL color Cylindrical-coordinate representation of color #B93622: hue angle of 7.95º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B93622 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 34 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.27 |
| HSL | 7.95º | 0.69% | 0.43% | - |
| HSV(B) | 7.95º | 0.82% | 0.73% | - |
| XYZ | 21.62 | 13.07 | 2.9 | - |
| YUV | 90.89 | 95.9 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 34 | 0 | 0.71 | 0.82 | 0.27 | 7.95 | 0.69 | 0.43 |
| Hex | B9 | 36 | 22 | 0 | 47 | 52 | 1B | 8 | 45 | 2B |
| Octal | 271 | 66 | 42 | 0 | 107 | 122 | 33 | 10 | 105 | 53 |
| Binary | 10111001 | 110110 | 100010 | 0 | 1000111 | 1010010 | 11011 | 1000 | 1000101 | 101011 |
Color Harmonies of #B93622
Complementary color
Monochromatic Colors of #B93622
Black with #B93622
Text Example
Text Example
White with #B93622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93622; }
p { color: rgb(185,54,34); }
H1.HeaderClassName
{
color: #B93622;
}
.AnyTagClassName
{
color: #B93622;
}
</style>
background-color css
<style>
a { background-color: #B93622; }
a { background-color: rgb(185,54,34); }
div.DivClassName
{
background-color: #B93622;
}
.BgClassName
{
background-color: #B93622;
}
</style>
border-color css
<style>
span { border-color: #B93622; }
span { border-color: rgb(185,54,34); }
td.TdClassName
{
border-color: #B93622;
}
.TagClassName
{
border-color: #B93622;
}
</style>