#B22605

Color #B22605 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #B22605

Tints of Harley Davidson Orange #B22605

Color information

#B22605 (or 0xB22605) is unknown color: approx Harley Davidson Orange. HEX triplet: B2, 26 and 05. RGB value is (178,38,5). Sum of RGB (Red+Green+Blue) = 178+38+5=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B22605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22605 is #4DD9FA. Grayscale: #4C4C4C. Windows color (decimal): -5102075 or 337586. OLE color: 337586.

HSL color Cylindrical-coordinate representation of color #B22605: hue angle of 11.45º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B22605 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB178385-
CMYK00.790.970.30
HSL11.45º94.54%35.88%-
HSV(B)11.45º97.19%69.8%-
XYZ19.0810.861.23-
YUV76.187.88200.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 80.54%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 5 (2.34% from 255) = 2.26%
R=80.54%
G=17.19%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17838500.790.970.3011.4594.5435.88
HexB226504F611Eb5f24
Octal2624650117141361313744
Binary101100101001101010100111111000011111010111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22605; }

 p { color: rgb(178,38,5); }

 H1.HeaderClassName
 {
   color: #B22605;
 }
 .AnyTagClassName
 {
   color: #B22605;
 }
</style>
background-color css

<style>
 a { background-color: #B22605; }

 a { background-color: rgb(178,38,5); }

 div.DivClassName
 {
   background-color: #B22605;
 }
 .BgClassName
 {
   background-color: #B22605;
 }
</style>
border-color css

<style>
 span { border-color: #B22605; }

 span { border-color: rgb(178,38,5); }

 td.TdClassName
 {
   border-color: #B22605;
 }
 .TagClassName
 {
   border-color: #B22605;
 }
</style>