#B42206

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

Shades of Harley Davidson Orange #B42206

Tints of Harley Davidson Orange #B42206

Color information

#B42206 (or 0xB42206) is unknown color: approx Harley Davidson Orange. HEX triplet: B4, 22 and 06. RGB value is (180,34,6). Sum of RGB (Red+Green+Blue) = 180+34+6=220 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.82% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 180 - color contains mainly: red. Hex color #B42206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42206 is #4BDDF9. Grayscale: #4A4A4A. Windows color (decimal): -4972026 or 402100. OLE color: 402100.

HSL color Cylindrical-coordinate representation of color #B42206: hue angle of 9.66º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B42206 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB180346-
CMYK00.810.970.29
HSL9.66º93.55%36.47%-
HSV(B)9.66º96.67%70.59%-
XYZ19.4310.861.24-
YUV74.4689.37203.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 81.82%
GREEN value IS 34 (13.67% from 255) = 15.45%
BLUE value IS 6 (2.73% from 255) = 2.73%
R=81.82%
G=15.45%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18034600.810.970.299.6693.5536.47
HexB4226051611Da5e24
Octal2644260121141351213644
Binary101101001000101100101000111000011110110101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42206; }

 p { color: rgb(180,34,6); }

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

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

 a { background-color: rgb(180,34,6); }

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

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

 span { border-color: rgb(180,34,6); }

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